export declare const meta: {
    type: string;
    docs: {
        description: string;
        recommended: boolean;
        url: string;
        requiresTypeChecking: boolean;
    };
    fixable: undefined;
    deprecated: boolean;
};
export declare const sonarKey = "S4721";
