export declare const generalDiagnostics: {
    INVALID_FUNCTIONAL_SELECTOR: {
        (selector: string, type: string): import("../diagnostics").DiagnosticBase;
        code: string;
        severity: import("../diagnostics").DiagnosticSeverity;
    };
    FORBIDDEN_DEF_IN_COMPLEX_SELECTOR: {
        (name: string): import("../diagnostics").DiagnosticBase;
        code: string;
        severity: import("../diagnostics").DiagnosticSeverity;
    };
};
//# sourceMappingURL=diagnostics.d.ts.map