/** * This file was auto-generated by Fern from our API Definition. */ import * as Truvity from '../../api/index'; import * as core from '../../core'; import * as serializers from '../index'; import { ListCredential } from './ListCredential'; import { ListFile } from './ListFile'; import { ListPresentation } from './ListPresentation'; export declare const DidCommMessage: core.serialization.ObjectSchema; export declare namespace DidCommMessage { interface Raw { credentials: ListCredential.Raw; files: ListFile.Raw; from: string; presentations: ListPresentation.Raw; to: string; } } //# sourceMappingURL=DidCommMessage.d.ts.map