import { ExtensionPack } from "@atomist/sdm"; /** * Extension pack to schedule goals as k8s jobs when marked as isolated = true. */ export declare function goalScheduling(): ExtensionPack;