import type { Plugin } from 'prettier';
declare const AutocorrectPlugin: Plugin<string>;
export default AutocorrectPlugin;
