import type { Config } from "prettier"; export type { Config } from "prettier"; export declare const defineConfig: (config?: ((base: Config) => Config) | Config) => Config;