import { ParserOptions, Plugin } from 'prettier'; import { ShOptions } from 'sh-syntax'; export declare type ShParserOptions = ParserOptions & ShOptions; declare const ShPlugin: Plugin; export default ShPlugin;