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