import { PushTest } from "../../../api/mapping/PushTest"; /** * Is this SDM enabled on the current project. * Checks the .atomist/config.json at key sdm.enabled to see if the current SDM is listed. */ export declare function isSdmEnabled(name: string): PushTest; //# sourceMappingURL=configurationTests.d.ts.map