export declare const crossPay: (args?: TradePayArgs | undefined) => void; export default crossPay; export declare const crossPayAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise;