import type { ErrorType } from '../../../core/internal/errors/utils.js'; import type { BigIntegerish, Integerish } from '../../../core/internal/types/data.js'; import type { SerializedAuthorizationList, SignedAuthorizationList } from '../types/authorization.js'; export type SerializeAuthorizationListReturnType = SerializedAuthorizationList; export type SerializeAuthorizationListErrorType = ErrorType; export declare function serializeAuthorizationList(authorizationList?: SignedAuthorizationList | undefined): SerializeAuthorizationListReturnType; //# sourceMappingURL=serializeAuthorizationList.d.ts.map