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