export declare function writeAppTypeDeclarations({ baseDir, imageImportsEnabled, hasPagesDir, hasAppDir, }: { baseDir: string; imageImportsEnabled: boolean; hasPagesDir: boolean; hasAppDir: boolean; }): Promise;