export declare const arraySum: (arr: number[]) => number; export declare const getByteLength: (s?: string) => number;