export declare function matches(expression: RegExp): (t: string) => boolean;
