import type { FragmentReference } from "./types"; import type { CompiledArtefactModule } from "@graphitation/apollo-react-relay-duct-tape-compiler"; /** * @param documents Compiled watch query document that is used to setup a narrow * observable for just the data selected by the original fragment. * @param fragmentReference A Node object that has a globally unique `id` field. */ export declare function useCompiledFragment(documents: CompiledArtefactModule, fragmentReference: FragmentReference): object; //# sourceMappingURL=useCompiledFragment.d.ts.map