export declare function transpileConfig({ nextConfigPath, configFileName, cwd, }: {
nextConfigPath: string;
configFileName: string;
cwd: string;
}): Promise<any>;