import { type OxfmtConfig } from "oxfmt"; export type { OxfmtConfig } from "oxfmt"; export declare const defineConfig: (config?: OxfmtConfig) => OxfmtConfig;