/**
 * Returns Promise that never resolves ("hanging").
 */
export declare function pHang(): Promise<never>;
