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