export declare class Deployment { name: string; bit: number; startTime: any; timeout: any; force: boolean; static postProcess(deployment: Deployment): void; }