export * from "./rpc";
export * from "./explorer";
export * from "./transactions";
export type Simplify<T> = {
    [K in keyof T]: T[K];
} & {};
//# sourceMappingURL=index.d.ts.map