export declare class RegistryModulesNames { batchMintingModule: string | null; lazyMintingModule: string | null; merkleDropModule: string | null; constructor(batchMintingModule: string | null, lazyMintingModule: string | null, merkleDropModule: string | null); } //# sourceMappingURL=RegistryModulesNames.d.ts.map