import type { PersistedOptions } from '../config-file.js'; import type { Environment, Starter, StarterInfo } from '../types.js'; export declare function readOrGenerateStarterInfo(options: PersistedOptions): Promise; export declare function updateStarterInfo(environment: Environment): Promise; export declare function compileStarter(environment: Environment): Promise; export declare function initStarter(environment: Environment): Promise; export declare function loadStarter(url: string): Promise;