import { PostCreateContentData, PostCreateContentResponse } from "../client/types.gen"; import { RequestOptionsType } from "./query-types"; import { RequestResult } from "@hey-api/client-fetch"; type PostCreateContentQuery = PostCreateContentData["body"]; export type { PostCreateContentQuery, PostCreateContentResponse }; export type CoinCreateData = NonNullable; export declare const postCreateContent: (body: PostCreateContentQuery, options?: RequestOptionsType) => Promise>; //# sourceMappingURL=create.d.ts.map