import type { AxiosError } from 'axios'; import type { Post } from './types'; type Response = Post[]; export declare const usePosts: import("react-query-kit").QueryHook>; export {}; //# sourceMappingURL=use-posts.d.ts.map