import { SealService } from "../../typings/seal-service"; export default class DeployClass { store: any; zipPath: string; services: SealService[]; cwd: string; constructor(); setStore(): Promise; saveStore(): Promise; getSealContent(): Promise; setServices(): Promise; createZip(): Promise; auth(doAuth: boolean): Promise; upload(): Promise; watch(): Promise; }