import type { Plugin } from 'prettier'; declare const TomlPlugin: Plugin; export type * from './options.js'; export type * from './types.js'; export default TomlPlugin;