import { PostsType } from "../types/types"; export default function usePosts(id: string, options: any): import("react-query").UseQueryResult;