export declare const PresentationExchange: {
    /**
     * JSON serialization/deserialization
     */
    jsonParse: import("./JsonParser").JsonParser;
};
