import type { IConfigurable } from '../types/interfaces/IConfigurable';
import type { IRawAbiConfigurable } from '../types/interfaces/IRawAbiConfigurable';
import type { IType } from '../types/interfaces/IType';
export declare function parseConfigurables(params: {
    types: IType[];
    rawAbiConfigurables: IRawAbiConfigurable[];
}): IConfigurable[];
//# sourceMappingURL=parseConfigurables.d.ts.map