import { MatchStrategy } from "../dates"; export declare function prefer(value: undefined): undefined; export declare function prefer(...values: V[]): MatchStrategy; export declare function infer(locale: string): MatchStrategy;