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