import { IOptions } from './utils/IDeployAppPkg';
export declare const deploy: (options: IOptions) => Promise<void>;
