import { fshtypes } from 'fsh-sushi'; import { Exportable, ExportableSdRule, ExportableAddElementRule } from '.'; export declare class ExportableLogical extends fshtypes.Logical implements Exportable { rules: (ExportableSdRule | ExportableAddElementRule)[]; constructor(name: string); toFSH(): string; }