export {}; declare module "markdownlint" { export * from "./exports.mjs"; } declare module "markdownlint/async" { export * from "./exports-async.mjs"; } declare module "markdownlint/promise" { export * from "./exports-promise.mjs"; } declare module "markdownlint/sync" { export * from "./exports-sync.mjs"; }