/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../index"; import * as Airtop from "../../api/index"; import * as core from "../../core"; import { GetFileV1 } from "./GetFileV1"; import { Issue } from "./Issue"; import { EnvelopeDefaultMeta } from "./EnvelopeDefaultMeta"; export declare const EnvelopeGetFileV1EnvelopeDefaultMeta: core.serialization.ObjectSchema; export declare namespace EnvelopeGetFileV1EnvelopeDefaultMeta { interface Raw { data: GetFileV1.Raw; errors?: Issue.Raw[] | null; meta: EnvelopeDefaultMeta.Raw; warnings?: Issue.Raw[] | null; } }