import * as types from '../config/types'; export declare function getArgument(scriptType: types.ScriptType, inputs: Array, output: types.Output, change?: types.Change): Promise; export declare function getScriptSigningActions(transport: types.Transport, scriptType: types.ScriptType, appId: string, appPrivateKey: string, inputs: Array, preparedData: types.PreparedData, output: types.Output, change: types.Change | undefined, coinType: string): Promise<{ preActions: Array; actions: Array; }>;