import winston from "winston";
export declare const logger: winston.Logger;
export declare const logApiRequest: (url: string, method: string, params: any) => void;
export declare const logApiResponse: (url: string, statusCode: number, responseSize?: number) => void;
export declare const logError: (message: string, error: Error, context?: Record<string, any>) => void;
