import { type I18n } from '@payloadcms/translations'; import type { LabelFunction, StaticLabel } from '../config/types.js'; export declare const getTranslatedLabel: (label: LabelFunction | StaticLabel | undefined, i18n?: I18n) => string | undefined; //# sourceMappingURL=getTranslatedLabel.d.ts.map