export declare function isDefined(s: any): boolean;
export declare function isNotEmpty(s: any): boolean;
