import { IResourceItem } from "@pankod/refine-core"; import { InferField } from "@/types"; /** * Checks if the given property can be relation by checking the existing resources. */ export declare const resourceFromInferred: (field: InferField | false | null, resources: IResourceItem[]) => IResourceItem | undefined; //# sourceMappingURL=index.d.ts.map