declare const _default: import("eslint").Rule.RuleModule; export default _default; export type DirectiveConfig = boolean | "allow-with-description" | { descriptionFormat: string; }; export type OptionsShape = { minimumDescriptionLength?: number; "ts-check"?: DirectiveConfig; "ts-expect-error"?: DirectiveConfig; "ts-ignore"?: DirectiveConfig; "ts-nocheck"?: DirectiveConfig; }; //# sourceMappingURL=tsBanTsComment.d.ts.map