export interface StringMatchOptions { regexp?: RegExp; } export declare function stringMatch(value: any, recipe?: StringMatchOptions): boolean;