export declare function humanStorageSize(bytes: any): string;
export declare function capitalize(str: any): any;
export declare function between(v: any, min: any, max: any): any;
export declare function normalizeToInterval(v: any, min: any, max: any): any;
export declare function pad(v: any, length?: number, char?: string): any;
declare const _default: {
    humanStorageSize: typeof humanStorageSize;
    capitalize: typeof capitalize;
    between: typeof between;
    normalizeToInterval: typeof normalizeToInterval;
    pad: typeof pad;
};
export default _default;
