export declare function outro(options: { dir: string startTime: number result: any pkgName?: string }): Promise; export declare function intro(options: { dir: string, pkgName?: string, styled?: boolean }): Promise<{ startTime: number }>; /*`. We don't ship * any of those — image work goes through the in-house `ts-images` (formerly * `imgx`), template metadata is parsed by our own STX-aware extractor, and * AWS interactions go through `ts-cloud` / our wrappers. If a build error * complains about one of those, the right fix is to remove the import, not * to add it back here. */ export declare function frameworkExternal(extras?: string[]): string[]; export * from './utils';