declare const createCondition: (object: Record<string, any>) => Map<string, number | string | Function>;
export { createCondition };
