import type { ControlledPromise } from './utility-types';
export declare function makeControlledPromise<T = void>(): ControlledPromise<T>;
