import type { Config } from "./types"; /** * Default configuration. * * @type {Config} */ declare const _default: Config; export default _default;