import { CosmWasmSigner } from ".."; export declare function init(owner: string, symbol: string, amount: string): Record; export declare function balance(cosmwasm: CosmWasmSigner, cw20Addr: string, senderAddress?: string): Promise; export declare function sendTokens(targetAddr: string, amount: string, msg: Record): Record;