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