import { type CompilerNameValues } from '../../shared/lib/constants';
export declare const edgeConditionNames: string[];
export declare function getMainField(pageType: 'app' | 'pages', compilerType: CompilerNameValues): string[];
