export declare function writeAppTypeDeclarations({ baseDir, distDir, distDirRoot, imageImportsEnabled, hasPagesDir, hasAppDir, }: { baseDir: string; distDir: string; /** The root dist directory without /dev suffix, used for fixed type paths */ distDirRoot?: string; imageImportsEnabled: boolean; hasPagesDir: boolean; hasAppDir: boolean; }): Promise;