export declare class OperatorsUtils { static transform(attribute: string, op: Symbol, value: any): string; static transformValue(value: any): any; }