import type { LoadedConfig } from './file-loader.js'; /** Configuration-aware footer shown after a successful compile. */ export declare function getCompileNextSteps(config: LoadedConfig): string[]; //# sourceMappingURL=compile-next-steps.d.ts.map