import { ErrorCode } from '../abi/errors/ErrorCode';
import type { IErrorCode } from '../types/interfaces/IErrorCode';
export declare function makeErrorCode(params: IErrorCode): ErrorCode;
//# sourceMappingURL=makeErrorCodes.d.ts.map