import { ConditionType } from '../condition-type'; export declare class ConditionHelper { static setPrototypeOf(object: any, prototype: any): any; static getConditionType(record: any): ConditionType; }