import { fshtypes } from 'fsh-sushi'; import { Exportable } from '.'; export declare class ExportableConfiguration implements Exportable { config: fshtypes.Configuration; constructor(config: fshtypes.Configuration); toFSH(): string; }