export declare const existsSync: (f: string) => boolean; export declare function findPagesDir(dir: string, appDirEnabled?: boolean): { pages: string; appDir?: string; };