/**
 * Main deployment function that orchestrates the entire process
 * @returns A promise that resolves when the deployment is complete
 */
export declare function deploy(): Promise<void>;
