export declare class UnitConverter {
    static parseKb(str: string): number;
}
