export interface HlExplorerTx { time: number; user: string; action: unknown; block: number; hash: string; error: string | null; } export declare const isHlExplorerTx: (value: unknown) => value is HlExplorerTx; //# sourceMappingURL=explorer.d.ts.map