import type { DeploymentOptions, DeploymentResult } from "../../types/index.js";
export declare function handleDeployment(options: DeploymentOptions): Promise<DeploymentResult>;
//# sourceMappingURL=deployment-handler.d.ts.map