export declare const isEmpty: (s: string) => boolean; export declare const isNotEmpty: (s: string) => boolean;