export declare const match: (str: string, regex: RegExp) => RegExpMatchArray | null;