export * from './PlatformFeeLog';
export * from './ReferrerFeeLog';
import { PlatformFeeLog } from './PlatformFeeLog';
import { ReferrerFeeLog } from './ReferrerFeeLog';
export declare const accountProviders: {
    PlatformFeeLog: typeof PlatformFeeLog;
    ReferrerFeeLog: typeof ReferrerFeeLog;
};
