/**
 * @file Rule to ensure that there exist no index files
 * @author Stefan Lau
 */
declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"noIndex", [], unknown, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
export default _default;
