import { type AbiEvent, type AbiFunction } from 'abitype'; import type { ErrorType } from '../errors/utils.js'; import { type NormalizeSignatureErrorType } from './normalizeSignature.js'; export type ToSignatureErrorType = NormalizeSignatureErrorType | ErrorType; export declare const toSignature: (def: string | AbiFunction | AbiEvent) => string; //# sourceMappingURL=toSignature.d.ts.map