import type { InterfaceTypes } from '../../types'; export declare type ExtTypes = Record; export declare type ExtInfo = { extrinsic: ExtTypes; payload: ExtTypes; }; export declare type ExtDef = Record;