export declare const increaseArray: (len: number) => string[]; export declare function isNotEmpty(str: string | number | null | undefined): boolean;