export interface IConfigurable {
    name: string;
    inputLabel: string;
}
//# sourceMappingURL=IConfigurable.d.ts.map