export declare const test: (regexp: RegExp) => (string: string) => boolean;
