import type { OxfmtConfig } from "oxfmt";

export declare function oxfmtConfig<T extends OxfmtConfig>(config: T): T;
