export declare function createCommand(subcommand: string, ...parameters: string[]): string[]; export declare function replconf(this: T, subcommand: string, ...parameters: string[]): Promise<"OK">;