import { JSVOptionsService } from '../services/jsv-options';
import type { JSONSchema, JSONSchemaNS } from '../types';
import type { JSVOptions, CheckKey } from '../services/jsv-options';
import * as i0 from "@angular/core";
export declare class QualifierMessages {
    private jsvOptionsService;
    schema: Exclude<JSONSchema, true | false>;
    constructor(jsvOptionsService: JSVOptionsService);
    get options(): JSVOptions;
    get typedAsJSONSchemaString(): JSONSchemaNS.String;
    get filteredQualifiers(): CheckKey[];
    static ɵfac: i0.ɵɵFactoryDeclaration<QualifierMessages, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<QualifierMessages, "qm-messages", never, { "schema": { "alias": "schema"; "required": true; }; }, {}, never, never, true, never>;
}
