interface DeployOptions {
    platform: string;
    env?: string;
}
export declare function deployApp(options: DeployOptions): Promise<void>;
export {};
//# sourceMappingURL=deploy.d.ts.map