/**
 * Converts `['a', '==', 123]` into `"a", "==", 123`
 */
export declare function arrStr(clause: any[]): string;
