/// <reference types="node" />
import { VerifiablePresentation } from '../types';
export declare function encodePresentation(unserializedVP: VerifiablePresentation): Buffer;
export declare function decodePresentation(serializedVP: Buffer): VerifiablePresentation;
