import Command from '../Command'; export default class CacheClearCommand extends Command { signature: string; description: string; handle(): Promise; } //# sourceMappingURL=CacheClearCommand.d.ts.map