export declare function getDeployResult({ envId, serviceName, isPrintLog, log }: { envId: string; serviceName: string; isPrintLog: boolean; log: (...args: string[]) => void; }): Promise;