/// <reference path="../../../globals.d.ts" />

declare module goog.promise {

    /**
     * Adapter for specifying Promise-creating functions to the Promises test suite.
     * @type {!Object}
     */
    var testSuiteAdapter: Object;
}
