export interface RPCRequest {
bypassCache: boolean;
chain: string;
query: string;
data: any;
}
export interface RPCResponse {
updated: number;
error?: string;
//# sourceMappingURL=types.d.ts.map