export declare const rpc: (args: import("@hylid/types").IRPCArgs & import("@hylid/types").AsyncCallback<{ headers: Record; resData: object; }>) => void; export default rpc; export declare const rpcAsync: (args?: (import("@hylid/types").IRPCArgs & import("@hylid/types").AsyncCallback<{ headers: Record; resData: object; }>) | undefined) => Promise<{ headers: Record; resData: object; }>;