/**
 * @type {import('../rule').RuleDefinitionInspectFunction}
 */
export const inspect: import('../rule').RuleDefinitionInspectFunction;
export const id: "library-mismatch";
export namespace meta {
    export namespace docs {
        export const category: string;
        export const description: string;
        export const url: string;
    }
    export const schema: {
        additionalProperties: boolean;
        properties: {
            ignore: {
                items: {
                    type: string;
                };
                minItems: number;
                type: string;
            };
        };
        type: string;
    };
}
