/** * 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 { KeyPublicType } from './KeyPublicType'; export declare const KeyPublic: core.serialization.ObjectSchema; export declare namespace KeyPublic { interface Raw { publicKeyBase58?: string | null; publicKeyJwk: string; publicKeyMultibase: string; publicKeyPem: string; type: KeyPublicType.Raw; } } //# sourceMappingURL=KeyPublic.d.ts.map