import * as i0 from '@angular/core';

type RegexOptions = Record<string, any>;

declare class RegexService {
    private config;
    protected options: RegexOptions;
    constructor();
    getAll(): RegexOptions;
    get(key: any): any;
    static ɵfac: i0.ɵɵFactoryDeclaration<RegexService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<RegexService>;
}

export { RegexService };
export type { RegexOptions };
