export declare const match: (regexp: string | RegExp) => (string: string) => RegExpMatchArray | null;
