import { DIDCommV2OOBInvitation } from '../../types/IQRCodeGenerator'; export declare class DidCommOutOfBandMessage { static toJson(props: DIDCommV2OOBInvitation): string; static urlEncode(payload: DIDCommV2OOBInvitation): string; } //# sourceMappingURL=didCommOutOfBandMessage.d.ts.map