import type { AxiosError } from 'axios'; import type { Post } from './types'; type Variables = { id: string; }; export declare const usePost: import("react-query-kit").QueryHook>; export {}; //# sourceMappingURL=use-post.d.ts.map