export declare const isEmptyString: (content: any) => boolean; export declare const isNonEmptyString: (content: any) => boolean;