export declare function createCommand(key: string, path: string): string[]; export declare function jsonToggle(this: T, key: string, path: string): Promise<(number | null)[]>;