export declare const logger: {
    success: (message: string) => void;
    error: (message: string) => void;
    warning: (message: string) => void;
    info: (message: string) => void;
    log: (message: string) => void;
    title: (message: string) => void;
    code: (message: string) => void;
    highlight: (message: string) => void;
};
//# sourceMappingURL=logger.d.ts.map