import { LangVariant } from 'mvdan-sh'; import { ParserOptions, Plugin, RequiredOptions } from 'prettier'; export interface ShOptions extends RequiredOptions { keepComments: boolean; stopAt: string; variant: LangVariant; indent: number; binaryNextLine: boolean; switchCaseIndent: boolean; spaceRedirects: boolean; keepPadding: boolean; minify: boolean; functionNextLine: boolean; } export declare type ShParserOptions = ShOptions & ParserOptions; declare const _default: Plugin; export default _default; //# sourceMappingURL=index.d.ts.map