export declare function createCompanyContainer(company: { id: string; slug: string; name: string; }): Promise; export declare function startCompanyContainer(companyId: string): Promise; export declare function stopCompanyContainer(companyId: string): Promise; export declare function restartCompanyContainer(companyId: string): Promise; export declare function removeCompanyContainer(companyId: string): Promise; export declare function redeployCompanyContainer(company: { id: string; slug: string; name: string; }): Promise; export declare function getContainerLogs(companyId: string, tail?: number): Promise; export declare function syncContainerStatuses(): Promise; //# sourceMappingURL=containerService.d.ts.map