import type { AxiosError } from 'axios'; import type { Post } from './types'; type Variables = { title: string; body: string; userId: number; }; export declare const useAddPost: import("react-query-kit").MutationHook, unknown>; export {}; //# sourceMappingURL=use-add-post.d.ts.map