interface AllStrictConfig { readonly name: "etc-misc/all-strict"; readonly rules: Readonly>; } type RuleSeverity = "error" | "warn"; /** * Flat config preset enabling every non-deprecated plugin rule at `error`. */ export declare const allStrict: AllStrictConfig; export {}; //# sourceMappingURL=all-strict.d.ts.map