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