//#region src/configs/strict.d.ts declare const strictRules: { "functype/prefer-option": string; "functype/prefer-either": string; "functype/prefer-try": string; "functype/no-get-unsafe": string; "functype/prefer-list": string; "functype/prefer-functype-map": string; "functype/prefer-functype-set": string; "functype/no-imperative-loops": string; "functype/no-let": string; "functype/prefer-fold": string; "functype/prefer-map": string; "functype/prefer-flatmap": string; "functype/prefer-do-notation": string; }; //#endregion export { strictRules as default }; //# sourceMappingURL=strict.d.ts.map