import { IMatchOptions } from "./types/types"; /** * @private * Convert a field value into a MatchOptions if it's not already one * @param value * @returns */ export declare function valueToMatchOptions(value: string | string[] | IMatchOptions): IMatchOptions;