/** * GetBlock response type * This is a passthrough as block structure varies by options/versions. */ export type BlockResponse = unknown; export declare function createBlockResponse(data: unknown): BlockResponse;