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