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