export declare function formatFileSize(bytes: number): string; export declare function formatString(input: any, ...args: any[]): any; export declare function deepValueGetter(obj: any, path: string): any; export declare function isImmutableEmpty(array: any): boolean; export declare const noop: () => any;