export * from './abis';
export * from './coins';
export * from './networks';
export declare type SignTypes = 'personal_sign' | 'eth_signTypedData_v3' | 'eth_signTypedData_v4';
export declare const deepLink: string;
