import { FulfillableGoal, Goal, Goals, PlannedGoals, PushListenerInvocation, PushTest } from "@atomist/sdm"; export declare const hasRepositoryGoals: PushTest; export declare function repositoryDrivenContainer(options?: { tests?: Record; }): Goal; export declare class RepositoryDrivenContainer extends FulfillableGoal { private readonly tests; constructor(tests: Record); plan(pli: PushListenerInvocation, goals: Goals): Promise; } //# sourceMappingURL=repositoryDrivenContainer.d.ts.map