import { Service } from '../models';
export declare class ContainersService extends Service {
    restore(): Promise<void | null>;
    backup(): Promise<void | null>;
    /** Flushes expired containers and aliases */
    flush(): void;
    static build(server: Service['server']): ContainersService;
}
//# sourceMappingURL=containers.service.d.ts.map