import { fshtypes } from 'fsh-sushi'; import { Exportable, ExportableMappingRule, ExportableInsertRule } from '.'; export declare class ExportableMapping extends fshtypes.Mapping implements Exportable { fshComment: string; rules: (ExportableMappingRule | ExportableInsertRule)[]; constructor(name: string); toFSH(): string; }