import type { CommandContext, NamespaceResult } from './types'; export declare const namespace: (ctx: CommandContext) => Promise; //# sourceMappingURL=namespace.d.ts.map