import { fshrules } from 'fsh-sushi'; import { ExportableRule } from '.'; export declare class ExportableFlagRule extends fshrules.FlagRule implements ExportableRule { indent: number; constructor(path: string); get flags(): string[]; toFSH(): string; }