import { fshtypes } from 'fsh-sushi'; import { Exportable, ExportableAssignmentRule, ExportableInsertRule, ExportablePathRule } from '.'; export declare class ExportableInstance extends fshtypes.Instance implements Exportable { rules: (ExportableAssignmentRule | ExportableInsertRule | ExportablePathRule)[]; constructor(name: string); }