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