import type { BcGetParams, BcGetResponse, ChangelogGetParams, ChangelogGetResponse } from "../types/bc-management.ts"; export declare function createBcManagement(opts: { accessToken: string; advertiserId: string; }): { /** Get Business Centers */ getBc(params: BcGetParams): Promise; /** Get the activity log of a Business Center */ getChangelog(params: ChangelogGetParams): Promise; }; //# sourceMappingURL=bc-management.d.ts.map