import type { IConfigurable } from '../../types/interfaces/IConfigurable';
import type { IType } from '../../types/interfaces/IType';
import type { JsonAbiConfigurable } from '../../types/interfaces/JsonAbi';
export declare class Configurable implements IConfigurable {
    name: string;
    inputLabel: string;
    constructor(params: {
        types: IType[];
        rawAbiConfigurable: JsonAbiConfigurable;
    });
}
//# sourceMappingURL=Configurable.d.ts.map