import { fshrules } from 'fsh-sushi'; import { ExportableRule } from '.'; export declare class ExportableInsertRule extends fshrules.InsertRule implements ExportableRule { indent: number; constructor(); toFSH(): string; }