import { CategoryIdValue, ChartTypeValue, NetworkClientProvider } from "../../types"; export declare class MemberAPI extends NetworkClientProvider { awards({ customerId }?: { customerId?: number; }): Promise>; awardInstances({ customerId, awardId, }: { customerId?: number; awardId: number; }): Promise>; chartData({ customerId, categoryId, chartType, }: { customerId?: number; categoryId: CategoryIdValue; chartType: ChartTypeValue; }): Promise>; get({ customerIds, includeLicenses, }: { customerIds: number[]; includeLicenses?: boolean; }): Promise>; info(): Promise>; participationCredits(): Promise>; profile({ customerId }?: { customerId?: number; }): Promise>; } export default MemberAPI; //# sourceMappingURL=index.d.ts.map