import BN from "bn.js"; import { ActionLib } from "."; export declare type BNIsh = string | number | BN; export interface ActionPIDToActionUID { [actionPID: string]: string; } export declare type BuildActionMap = { [actionTypeUID: string]: ActionLib; }; export declare type ContractType = "Malloc Core" | "Malloc Action" | "Other";