import "../../../_dnt.polyfills.js"; import { AddressPrefixChain, ChainRune, RunicArgs } from "../../../mod.js"; export declare function babeBlockAuthor(chain: ChainRune, ...[blockHash]: RunicArgs): import("../../../mod.js").Ss58Rune; export declare class AuthorRetrievalNotSupportedError extends Error { readonly name = "AuthorRetrievalNotSupportedError"; }