/**
 * Utility types that match common JSON schemas.
 *
 * @module Json
 *
 * @since 2.0.0-alpha
 *
 * @example
 * ```ts
 * import { Json } from '@maddimathon/utility-typescript/types';
 * import { ... } from '@maddimathon/utility-typescript/types/json';
 * ```
 */
/*!
 * @maddimathon/utility-typescript@2.0.0-beta
 * @license MIT
 */
export * from './PackageJson.js';
export * from './TsConfig.js';
//# sourceMappingURL=index.d.ts.map