export function withZendeskCLI(nextPhase: any, { nextConfig, ...config }: {
    [x: string]: any;
    nextConfig: any;
}): Promise<any>;
