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