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