/**
 * to ensure we can support types for legacy module resolution, e.g. "node" or "classic"
 * we need this `.d.ts` file to be present.
 */
export * from './dist/runtime/index';
