import { Configurable } from '../abi/configurable/Configurable';
import type { IRawAbiConfigurable } from '../types/interfaces/IRawAbiConfigurable';
import type { IType } from '../types/interfaces/IType';
export declare function makeConfigurable(params: {
    types: IType[];
    rawAbiConfigurable: IRawAbiConfigurable;
}): Configurable;
//# sourceMappingURL=makeConfigurable.d.ts.map