export type { Directive, default as TransformedModule } from './template/transformed-module.js';
export type { Diagnostic } from './diagnostics/index.js';
export { rewriteModule } from './template/rewrite-module.js';
export { rewriteDiagnostic, createTransformDiagnostic } from './diagnostics/index.js';
