import type { InputOptions } from "../../interfaces/InputOptions";
/**
 * Request the build server to start building & deploying
 */
export declare function requestDeploy(options: InputOptions): Promise<unknown>;
//# sourceMappingURL=request-deploy.d.ts.map