import { ExtensionPack } from "@atomist/sdm"; /** * This shows how to add a Node generator to your SDM. * We recommend that you add your own, with a startingPoint of your choice. * @param {SoftwareDeliveryMachine} sdm * @param options config options */ export declare const SampleNodeGenerator: ExtensionPack; //# sourceMappingURL=SampleNodeGenerator.d.ts.map