import type { TextField } from 'payload'; type Args = { field: TextField; locale?: string; ref: Record; textRows: Record[]; withinArrayOrBlockLocale?: string; }; export declare const transformHasManyText: ({ field, locale, ref, textRows, withinArrayOrBlockLocale, }: Args) => void; export {}; //# sourceMappingURL=hasManyText.d.ts.map