type Args = { baseRow: Record; data: unknown[]; texts: Record[]; }; export declare const transformTexts: ({ baseRow, data, texts }: Args) => void; export {}; //# sourceMappingURL=texts.d.ts.map