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