export declare const logger: { success: (message: string) => void; error: (message: string) => void; info: (message: string) => void; warn: (message: string) => void; log: (message: string) => void; cyan: (message: string) => void; gray: (message: string) => void; }; //# sourceMappingURL=logger.d.ts.map