export declare const matching: (pattern: string | RegExp) => (value: string) => boolean;
