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