export declare const description: any;
export interface types {
    (hits: {
        300: string;
        100: string;
        50: string;
        0: string;
        geki: string;
        katu: string;
    }, mode: 'osu' | 'fruits' | 'taiko' | 'mania'): number;
}
declare const name: types;
export default name;
