import type { ErrorType } from '../errors/utils.js'; type NormalizeSignatureParameters = string; type NormalizeSignatureReturnType = string; export type NormalizeSignatureErrorType = ErrorType; export declare function normalizeSignature(signature: NormalizeSignatureParameters): NormalizeSignatureReturnType; export {}; //# sourceMappingURL=normalizeSignature.d.ts.map