import { Abi } from './types.js'; /** * Validates the given object implements the ABI interface */ export declare function validateAbi(obj: any): obj is Abi; //# sourceMappingURL=validations.d.ts.map