export declare const logger: { success: (message: string) => void; error: (message: string) => void; warn: (message: string) => void; info: (message: string) => void; log: (message: string) => void; }; export declare const logSection: (title: string) => void; export declare const logNextSteps: (steps: string[], projectName: string) => void; //# sourceMappingURL=logger.d.ts.map