import { PodAsyncSession } from '../core/pod-session'; import { PodDatabase } from '../core/pod-database'; import { PodTable, type InferTableData } from '../core/schema'; type GenericPodTable = PodTable; /** * 从绝对 IRI 或 fragment 查询单行记录。 * 支持传入 PodDatabase 或 PodAsyncSession。 */ export declare function findByIRI(dbOrSession: PodDatabase | PodAsyncSession, table: TTable, iri: string): Promise | null>; export {}; //# sourceMappingURL=find-by-iri.d.ts.map