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