/** * Apimatic APILib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; /** * Enum for Accept */ export declare enum Accept { EnumApplicationjson = "application/json" } /** * Schema for Accept */ export declare const acceptSchema: Schema; //# sourceMappingURL=accept.d.ts.map