import { SetCreateUploadJwtData, SetCreateUploadJwtResponse } from "../client/types.gen"; import { RequestOptionsType } from "./query-types"; import { RequestResult } from "@hey-api/client-fetch"; type SetCreateUploadJwtQuery = SetCreateUploadJwtData["body"]; export type { SetCreateUploadJwtQuery, SetCreateUploadJwtData }; export type { SetCreateUploadJwtResponse } from "../client/types.gen"; export declare const setCreateUploadJwt: (body: SetCreateUploadJwtQuery, options?: RequestOptionsType) => Promise>; //# sourceMappingURL=internal.d.ts.map