declare const isMaxKBSize: (str: string, max: number) => boolean; export default isMaxKBSize;