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