export declare const logger: { success: (message: string) => void; error: (message: string) => void; warn: (message: string) => void; info: (message: string) => void; log: (message: string) => void; debug: (message: string, ...args: any[]) => void; }; //# sourceMappingURL=logger.d.ts.map