import { SdmGoalEvent } from "@atomist/sdm"; export declare function shouldHandle(sdmGoal: SdmGoalEvent, registration?: string): boolean; export declare function shouldFulfill(sdmGoal: SdmGoalEvent, registration?: string): boolean; //# sourceMappingURL=validateGoal.d.ts.map