export type { InlangConfig, InlangConfigModule, DefineConfig } from "./schema.js"; export { setupConfig } from "./setupConfig.js"; export { parseConfig, ParseConfigException } from "./parseConfig.js"; export type { MessageReferenceMatch } from "./ideExtension/schema.js"; //# sourceMappingURL=index.d.ts.map