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