import type { MetaQuery } from "../../contexts/data/types"; import type { IResourceItem } from "../../contexts/resource/types"; /** * Hook that returns a function to get meta. * The meta is a combination of the resource meta, hook meta, query params and metaContext value. * @internal */ export declare const useMeta: () => ({ resource, meta: metaFromProp, }?: { resource?: IResourceItem; meta?: MetaQuery; }) => Record; //# sourceMappingURL=index.d.ts.map