import { Transport } from '@coolwallet/core';
export declare function getAddressByPublicKey(publicKey: string, isBounceable?: boolean): Promise<string>;
export declare function getPublicKey(transport: Transport, appPrivateKey: string, appId: string, addressIndex: number): Promise<string>;