/**
 * A promise which resolves to `undefined`.
 */
declare const _default: Promise<undefined>;
export default _default;
