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