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