export declare const notEmpty: (value: T) => value is NonNullable; export declare const isClient: () => boolean; export declare const getVersionInfo: () => string; export declare const delay: (ms: number) => Promise;