import { GenericProvider } from '@0xcert/ethereum-generic-provider';
import { Protocol } from '@0xcert/ethereum-sandbox';
import { Spec } from '@specron/spec';
declare const spec: Spec<{
    provider: GenericProvider;
    protocol: Protocol;
}>;
export default spec;
