import { ruleCreator } from "../_internal/rule-creator.js"; type MessageIds = "forbidden"; type Options = readonly [ Readonly<{ readonly names?: readonly string[]; }> ]; /** * Restrict exported names to a configured allow-list. */ declare const rule: ReturnType>; export default rule; //# sourceMappingURL=only-export-name.d.ts.map