import type { Options } from './types';
export declare function match(subject: string, pattern: string): Options | false;
