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