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