import { FindOperator } from "./base";
export declare const Like: (value: string) => FindOperator;
