import { Pool, PoolFields, Types } from './types'; import { ObjectResponse } from '../../utils/sui/types'; export declare function parsePoolType(type: string, length: 2): [string, string]; export declare function parsePoolType(type: string, length: 3): Types; export declare function parsePoolType(type: string): string[]; export declare function parsePool(pool: ObjectResponse): Pool; export declare function formatForNative(coin: string): string;