/** * 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'; export declare const KeyImportRequest: core.serialization.Schema>; export declare namespace KeyImportRequest { interface Raw { annotations?: Record | null; data: string; labels?: Record | null; } } //# sourceMappingURL=KeyImportRequest.d.ts.map