import type { ReactNode } from 'react'; import { Roc } from 'rest-on-couch-client'; export declare function useRoc(): Roc; export declare function RocProvider(props: { children: ReactNode; url: string; database: string; }): import("react").JSX.Element; //# sourceMappingURL=roc.d.ts.map