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