import { WireBox } from '../http/wire.util';
export declare function toWireBoxFromBrowser(combinedBase64: string, kid: string, ts: number): WireBox;
export declare function fromWireBoxToBrowser(box: WireBox): string;
