declareconst_default: (text: string | undefined, pattern: RegExp) =>string | undefined;
/**
* Gets the first match from a string and regex or null
* @param {String} text text to search from
* @param {RegEx} pattern regex pattern to match
*/exportdefault _default;