import { Goal, Goals, GoalWithPrecondition } from "@atomist/sdm"; export declare const PublishGoal: GoalWithPrecondition; export declare const StagingDeploymentGoal: GoalWithPrecondition; export declare const ProductionDeploymentGoal: Goal; export declare const ReleaseArtifactGoal: Goal; export declare const ReleaseDockerGoal: Goal; export declare const ReleaseTagGoal: Goal; export declare const ReleaseDocsGoal: Goal; export declare const ReleaseVersionGoal: GoalWithPrecondition; export declare const CheckGoals: Goals; export declare const BuildGoals: Goals; export declare const BuildReleaseGoals: Goals; export declare const DockerGoals: Goals; export declare const DockerReleaseGoals: Goals; export declare const KubernetesDeployGoals: Goals; export declare const SimplifiedKubernetesDeployGoals: Goals; export declare const StagingKubernetesDeployGoals: Goals; export declare const LibraryPublished: Goal; export declare const LeinDockerGoals: Goals;