import type { PluralRules } from "./index.js";
import { type PluralRulesInternal } from "./index.js";
export default function getInternalSlots(x: PluralRules): PluralRulesInternal;
