export declare class DonationHelper {
    static getInterval(intervalName: string): {
        interval_count: number;
        interval: string;
    };
    static getIntervalKeyName(intervalCount: number, intervalType: string): string;
}
//# sourceMappingURL=DonationHelper.d.ts.map