import type { CatalogPresentationProfileRecord } from "@x12i/catalox-contracts/presentation-binding.js"; import { MongoStore } from "./mongo-store.js"; export declare class PresentationProfileStore { private readonly store; constructor(store: MongoStore); private col; get(profileId: string): Promise; upsert(record: CatalogPresentationProfileRecord): Promise; listForCatalog(input: { catalogId?: string; catalogType?: string; }): Promise; } //# sourceMappingURL=presentation-profile-store.d.ts.map