import { Repo } from '@automerge/automerge-repo/slim'; /** A [React context](https://react.dev/learn/passing-data-deeply-with-context) which provides access to an Automerge repo. */ export declare const RepoContext: import('react').Context; /** A [React hook](https://reactjs.org/docs/hooks-intro.html) which returns the Automerge repo from {@link RepoContext}. */ export declare function useRepo(): Repo; //# sourceMappingURL=useRepo.d.ts.map