export declare type ABIEncoding = string; export declare type Address = string; export declare type AssetId = string; export declare type Bytes32 = string; export declare type DecString = string; export declare type HexString = string; export declare type PublicIdentifier = string; export declare type PublicKey = string; export declare type PrivateKey = string; export declare type SignatureString = string; export declare type UrlString = string; export declare type Omit = Pick>; //# sourceMappingURL=basic.d.ts.map