import { NowConfig, NowClientOptions, DeploymentOptions, DeploymentEventType } from './types'; export default function buildCreateDeployment(): (clientOptions: NowClientOptions, deploymentOptions?: DeploymentOptions, nowConfig?: NowConfig) => AsyncIterableIterator<{ type: DeploymentEventType; payload: any; }>;