import type { CatalogEventsourceBindGetParams, CatalogEventsourceBindGetResponse } from "../types/catalog-event-sources.ts"; export declare function createCatalogEventSources(opts: { accessToken: string; advertiserId: string; }): { /** Get event source binding info of a catalog */ getEventsourceBind(params: CatalogEventsourceBindGetParams): Promise; }; //# sourceMappingURL=catalog-event-sources.d.ts.map