export declare class DeployMgr { private workingDir; private deploymentDir; constructor(workingDir: string); init(): Promise; needsToRedeploy(): Promise; updateLastDeployTime(time: number): Promise; getLastDeployTime(): Promise; } //# sourceMappingURL=deployMgr.d.ts.map