import { DataAttributes, IntercomProps, MessengerAttributes, RawDataAttributes, RawIntercomProps, RawMessengerAttributes } from './types'; export declare const mapMessengerAttributesToRawMessengerAttributes: (attributes: MessengerAttributes) => RawMessengerAttributes; export declare const mapDataAttributesToRawDataAttributes: (attributes: DataAttributes) => RawDataAttributes; export declare const mapIntercomPropsToRawIntercomProps: (props: IntercomProps) => RawIntercomProps;