export declare function isBrowser(yes?: () => void, no?: () => void): void; export declare const isDefined: (yes?: () => void, no?: () => void, ...variable: any) => void; export declare const isEmpty: (variable: any) => boolean; export declare const isNotEmpty: (variable: any) => boolean;