/**
 * Exports all the package's classes specific to the node/npm environment.
 *
 * @module node
 *
 * @since 0.1.0
 *
 * @example
 * ```ts
 * // via classes.node
 * import { classes } from '@maddimathon/utility-typescript';
 *
 * import { node } from '@maddimathon/utility-typescript/classes';
 * import { ... } from '@maddimathon/utility-typescript/classes/node';
 * ```
 */
/*!
 * @maddimathon/utility-typescript@2.0.0-beta
 * @license MIT
 */
export * from './abstracts/index.js';
export * from './NodeConsole/index.js';
export * from './NodeConsole.js';
export * from './NodeFiles.js';
//# sourceMappingURL=index.d.ts.map