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