export declare const account1: string, permission1: any, account2: string; export declare const unusedAccountPublicKey = "EOS5vf6mmk2oU6ae1PXTtnZD7ucKasA3rUEzXyi5xR7WkzX8emEma"; export declare const actionRawTransactionExpired1: any; export declare const actionRawTransactionExpired2: any; export declare const actionDemoapphelloHi: (account: string, permission: string) => any; export declare const actionDemoapphelloPing: (account: string) => any; export declare const actionUpdateAuth: (account: string, updateToPublicKey: string) => any; export declare const actionSendTokenEos: (fromAccount: string, toAccount: string) => { account: string; name: string; authorization: { actor: string; permission: string; }[]; data: { from: string; to: string; quantity: string; memo: string; }; }; export declare const actionTokenTransferStandard: (fromAccount: string, toAccount: string) => { contractName: string; fromAccountName: string; toAccountName: string; amount: string; symbol: string; memo: string; permission: string; }; export declare const valueTransferStandard: (fromAccount: string, toAccount: string) => { contractName: string; fromAccountName: string; toAccountName: string; amount: string; symbol: string; memo: string; permission: string; };