import { RepoContext, SoftwareDeliveryMachineConfiguration } from "@atomist/sdm"; import { SdmGoal } from "@atomist/sdm/ingesters/sdmGoalIngester"; export declare function kubernetesDataCallback(configuration: SoftwareDeliveryMachineConfiguration): (goal: SdmGoal, context: RepoContext) => Promise;