import type Locale from "./index.js"; import { type IntlLocaleInternal } from "./index.js"; export default function getInternalSlots(x: Locale, internalSlotsList?: string[]): IntlLocaleInternal;