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