import { Spec } from '@specron/spec'; interface Data { nftProxy?: any; owner?: string; bob?: string; jane?: string; sara?: string; } declare const spec: Spec; export default spec;