export declare const isEmpty: (value: unknown) => boolean;
export declare const isObject: (value: unknown) => value is object;
export declare const isString: (value: unknown) => value is string;
export declare function getVersion(): string;
