
//#region lib/types/future.d.ts
/**
 * An augmentable interface users can modify in their app-code to opt into
 * future-flag-specific types
 */
interface Future {}
//#endregion
export { Future };