export declare function getNextConfig(): { env: { GRAPHQL_ENDPOINT: string; }; webpack(config: any): any; exportPathMap(): Promise>; };