import { Spec } from '@hayspec/spec';
import { Merkle } from '../../..';
declare const spec: Spec<{
    merkle: Merkle;
}>;
export default spec;
