export declare function createCommand(key: string, value: string): string[]; export declare function append(this: T, key: string, value: string): Promise;