import { fshrules } from 'fsh-sushi'; import { ExportableRule } from '.'; export declare class ExportableConceptRule extends fshrules.ConceptRule implements ExportableRule { indent: number; constructor(code: string, display?: string, definition?: string); toFSH(): string; }