import { MatchPatternOptions } from './types';
export declare function toMatchFnOrError(pattern: string, options: Required<MatchPatternOptions>): Error | import("./types").MatchFn;
