import { PublicKey } from '@solana/web3.js';
export type DecodedPartnerConfig = {
    totalClaimedFees: bigint;
    totalAccumulatedFees: bigint;
    totalLifetimeAccumulatedFees: bigint;
    partner: PublicKey;
    bump: number;
    bps: number;
};
//# sourceMappingURL=fee-share-v2.d.ts.map