import { Cliente } from '../../types/Cliente'; export declare const mappings: { [P in keyof Cliente]?: string; };