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