import { Spec } from '@specron/spec';
interface Data {
    actionsGateway?: any;
    updateProxy?: any;
    cat?: any;
    owner?: string;
    bob?: string;
    jane?: string;
    sara?: string;
    id1?: string;
    imprint1?: string;
    imprint2?: string;
}
declare const spec: Spec<Data>;
export default spec;
