/** * @file - Shared configuration for "prettier-plugin-toml" * @author - Jeff Beck. * @ref https://www.npmjs.com/package/prettier-plugin-toml * @ref https://github.com/un-ts/prettier * @ref https://github.com/un-ts/prettier/tree/master/packages/toml */ import type { Config } from "prettier"; declare const config: Config; export default config; //# sourceMappingURL=toml.d.ts.map