import { ConfigService } from '@igo2/core/config';
import { RegexOptions } from './regex.interface';
import * as i0 from "@angular/core";
export declare class RegexService {
    private config;
    protected options: RegexOptions;
    constructor(config: ConfigService);
    getAll(): RegexOptions;
    get(key: any): any;
    static ɵfac: i0.ɵɵFactoryDeclaration<RegexService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<RegexService>;
}
