export declare function createCommand(subcommand: 'MEMORY' | 'HELP', key?: string, path?: string): string[]; export declare function jsonDebug(this: T, subcommand: 'HELP'): Promise; export declare function jsonDebug(this: T, subcommand: 'MEMORY', key: string, path?: string): Promise;