import type { ModuleKind } from './types.js'; export type ModuleTypeId = 1n | 2n | 3n | 4n; export declare function moduleTypeId(kind: ModuleKind): ModuleTypeId; //# sourceMappingURL=erc7579-abi.d.ts.map