import type { DocHandle } from '@automerge/automerge-repo'; import type * as Schema from 'effect/Schema'; import type { DocumentContent, Entity, EntityInclude } from './types.js'; export declare const findOne: (handle: DocHandle, type: S, include?: EntityInclude | undefined) => (id: string) => Entity | undefined; //# sourceMappingURL=findOne.d.ts.map