export declare const ResponseFormats: { readonly JSON: "json"; readonly CSV: "csv"; }; export type ResponseFormat = (typeof ResponseFormats)[keyof typeof ResponseFormats]; //# sourceMappingURL=ResponseFormat.d.ts.map