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