import { PushTest } from "@atomist/sdm"; /** * Veto if change to deployment unit doesn't seem important enough to * build and deploy */ export declare const MaterialChangeToNodeRepo: PushTest; /** * Veto if change to deployment unit doesn't seem important enough to * build and deploy */ export declare const MaterialChangeToJvmRepo: PushTest;