import { SendableMessageType } from '.';
export declare const cloneMessage: (msg: SendableMessageType) => SendableMessageType;
