/// <reference types="node" />
import type util from "node:util";
export declare const promisify: typeof util.promisify;
