export declare const mayachainTransferTemplate: (params: { account_number: string; chain_id: string; fee: { gas: string; amount: any[]; }; from_address: string; to_address: string; asset: string; amount: string; memo: string; sequence: string; addressNList?: number[]; }) => { signerAddress: string; addressNList: number[] | undefined; signDoc: { account_number: string; chain_id: string; fee: { gas: string; amount: any[]; }; msgs: { value: { amount: { denom: string; amount: string; }[]; to_address: string; from_address: string; }; type: "mayachain/MsgSend"; }[]; memo: string; sequence: string; }; }; export declare const mayachainDepositTemplate: (params: { account_number: string; chain_id: string; fee: { gas: string; amount: any[]; }; from_address: string; asset: string; amount: string; memo: string; sequence: string; }) => { signerAddress: string; signDoc: { account_number: string; chain_id: string; fee: { gas: string; amount: any[]; }; msgs: { value: { coins: { asset: string; amount: string; }[]; memo: string; signer: string; }; type: string; }[]; memo: string; sequence: string; }; }; //# sourceMappingURL=mayachain.d.ts.map