import { Canonical, type ExclusiveComposite } from "./types.ts"; import type { DbAdapter } from "../adapter.ts"; export type { ExclusiveComposite }; export declare function getCompositeDetails(db: DbAdapter, enqueue: (types: string) => Canonical, entries: { typrelid: number; canonical_name: string; }[]): Promise;