export declare const logSuccess: (message: string, items?: string[]) => void; export declare const logError: (message: string, items?: string[]) => void; export declare const logInfo: (message: string, items?: string[]) => void; export declare const logWarning: (message: string, items?: string[]) => void; export declare const logDebug: (message: string, items?: string[]) => void; export declare function logBanner(): void; //# sourceMappingURL=logs.d.ts.map