import { Command } from 'commander'; export declare function cacheUpAction(): Promise; export declare function cacheDownAction(): Promise; export declare function getMongoDockerContainerStatus(): string | null; export declare function cacheInfoAction(): void; export declare function cacheInitAction(): void; export declare const cacheUpCommand: Command; export declare const cacheDownCommand: Command; export declare const cacheInfoCommand: Command; export declare const cacheInitCommand: Command; export declare const cacheCommand: Command;