import { FieldInferencer, InferField } from "@/types"; declare type UseRelationFetchProps = { record?: Record; fields?: (InferField | null | false)[]; infer: FieldInferencer; }; export declare const useRelationFetch: ({ record, fields, infer, }: UseRelationFetchProps) => { fields: InferField[]; loading: boolean; initial: boolean; }; export {}; //# sourceMappingURL=index.d.ts.map