/**
 * Node.js system error codes that indicate timeout.
 */
export declare const NODEJS_TIMEOUT_ERROR_CODES: string[];
