export declare const appxrpc: (args?: { reqeustData: any; } | undefined) => void; export default appxrpc; export declare const appxrpcAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise;