import { PushTest } from "@atomist/sdm"; /** * Match only pushes on a public repo * @param {PushListenerInvocation} p * @return {Promise} * @constructor */ export declare const ToPublicRepo: PushTest; //# sourceMappingURL=toPublicRepo.d.ts.map