export declare const logger: { success: (message: string) => void; error: (message: string) => void; warning: (message: string) => void; info: (message: string) => void; log: (message: string) => void; debug: (message: string) => void; title: (message: string) => void; item: (key: string, value: string, indent?: number) => void; separator: () => void; }; export declare function formatProviderModel(provider: string, model: string, providerName?: string): string; //# sourceMappingURL=logger.d.ts.map