export declare function writeAppTypeDeclarations({ baseDir, distDir, imageImportsEnabled, hasPagesDir, hasAppDir, strictRouteTypes, typedRoutes, }: {
    baseDir: string;
    distDir: string;
    imageImportsEnabled: boolean;
    hasPagesDir: boolean;
    hasAppDir: boolean;
    strictRouteTypes: boolean;
    typedRoutes: boolean;
}): Promise<void>;
