UNPKG

@polkadot/typegen

Version:
5 lines (4 loc) 262 B
import type { ModuleTypes } from '../util/imports.js'; /** @internal */ export declare function generateInterfaceTypes(importDefinitions: Record<string, Record<string, ModuleTypes>>, dest: string): void; export declare function generateDefaultInterface(): void;