import { SignedState as SignedStateWire, Outcome as OutcomeWire, Message as WireMessage } from '@statechannels/wire-format'; import { SignedState, Outcome, Payload } from '../../types'; export declare function serializeMessage(walletVersion: string, message: Payload, recipient: string, sender?: string, channelId?: string): WireMessage; export declare function serializeState(state: SignedState, channelId?: string): SignedStateWire; export declare function serializeOutcome(outcome: Outcome): OutcomeWire; //# sourceMappingURL=serialize.d.ts.map