import type { BcAdvertiserAttributeParams, BcAdvertiserAttributeResponse } from "../types/bc-reporting.ts"; export declare function createBcReporting(opts: { accessToken: string; advertiserId: string; }): { /** Get currencies and registration areas for ad accounts */ advertiserAttribute(params: BcAdvertiserAttributeParams): Promise; }; //# sourceMappingURL=bc-reporting.d.ts.map