/** Returns true if this script is running under nodejs */
export declare function is_nodejs(): boolean;
/** Returns true if this script is running in a browser */
export declare function is_browser(): boolean;
/** Returns the package information for aws-crt-nodejs */
export declare function package_info(): any;
/** Returns the AWS CRT version */
export declare function crt_version(): any;
