import { Maybe } from '@typed/maybe'; export declare const exec: (regex: RegExp, str: string) => Maybe; //# sourceMappingURL=exec.d.ts.map