import type { AuthorizationList, RpcAuthorizationList } from '../../../eip7702/internal/types/authorization.js'; import type { ErrorType } from '../errors/utils.js'; import type { BigIntegerish, Integerish } from '../types/data.js'; export type FromRpcAuthorizationListErrorType = ErrorType; export declare function fromRpcAuthorizationList(authorizationList: RpcAuthorizationList): AuthorizationList; export type ToRpcAuthorizationListErrorType = ErrorType; export declare function toRpcAuthorizationList(authorizationList: AuthorizationList): RpcAuthorizationList; //# sourceMappingURL=authorization.d.ts.map