/**
 * Determines whether Node API is supported on the current platform and throws if not
 */
export declare function assertNodeAPISupported(): void;
