import type { RespConfigInfo } from '../index.ts'; export declare function createCommand(parameter: string): string[]; export declare function configGet(this: T, parameter: string): Promise;