export declare class GetBlockError extends Error {
    name: string;
    constructor(message: string, hash?: string | Uint8Array);
}
