import type { AbiFunction } from 'abitype'; import { type SliceErrorType } from '../data/slice.js'; import type { ErrorType } from '../errors/utils.js'; import { type ToSignatureHashErrorType } from './toSignatureHash.js'; export type ToFunctionSelectorErrorType = ToSignatureHashErrorType | SliceErrorType | ErrorType; export declare const toFunctionSelector: (fn: string | AbiFunction) => `0x${string}`; //# sourceMappingURL=toFunctionSelector.d.ts.map