import type { QueryInfo } from "../../types"; export declare const block: { id: string; timestamp: number; height: string; previous: string; }; export type ArweaveBlock = typeof block; export declare const blockVars: ArweaveBlockVars; export type ArweaveBlockVars = { id?: string; }; export declare const arweaveBlockQuery: QueryInfo;