export declare function processCadMapping(mapping: Record, val: object): void; export declare function addMapping(mapping: Record, fields: Record): void; export declare function generateUpdateCAD(responseMapping: Record, eventData: object, interactionId: string): { interactionId: string; keyId: any; keyVersion: any; data: { attributes: any; }; };