export declare function quoteFilterString(s: string): string;
export declare function unquoteFilterString(s: string): string;
