export { useConfig }; import type { ConfigViaHook } from '../../types/Config.js'; declare function useConfig(): (config: ConfigViaHook) => void;