/**
 * A Promise that uses the deferred anti-pattern
 */
export declare function Deferred(): any;
