import type { LaunchConfig } from './cloud-client.js'; import type { ActivationResult } from '@generacy-ai/activation-client'; /** * Generate bootstrap bundle files in a temp directory. * Returns the path to the temp directory. */ export declare function scaffoldBundle(config: LaunchConfig, activation: ActivationResult, cloudUrl: string, displayName?: string): string; //# sourceMappingURL=scaffolder.d.ts.map