import { CodeTransform, CodeTransformRegistration } from "@atomist/sdm"; export declare const AddCloudFoundryManifestMarker = "[atomist:add-pcf-manifest]"; export declare const AtomistGeneratedMarker = "[atomist:generated]"; export declare const AtomistConfigTsPath = "src/atomist.config.ts"; export declare const addCloudFoundryManifestTransform: CodeTransform; /** * Command handler wrapping AddCloudFoundryManifest editor * @type {HandleCommand} */ export declare const AddCloudFoundryManifest: CodeTransformRegistration; export declare const StartAutomationClientCommand = "node --trace-warnings --expose_gc --optimize_for_size --always_compact --max_old_space_size=384 node_modules/@atomist/automation-client/start.client.js";