import type { ErrorType } from '../errors/utils.js'; import { type ToSignatureHashErrorType, toSignatureHash } from './toSignatureHash.js'; export type ToEventSelectorErrorType = ToSignatureHashErrorType | ErrorType; export declare const toEventSelector: typeof toSignatureHash; //# sourceMappingURL=toEventSelector.d.ts.map