/** * Configuration — re-exported from @frase/core */ export { loadConfig, debugLog, getConfigPath } from "@frase/core"; export type { Config } from "@frase/core"; //# sourceMappingURL=config.d.ts.map