import type { IRawAbiConfigurable } from './IRawAbiConfigurable';
import type { IType } from './IType';
export interface IConfigurable {
    name: string;
    type: IType;
    rawAbiConfigurable: IRawAbiConfigurable;
}
//# sourceMappingURL=IConfigurable.d.ts.map