export declare const logOpenAIRequest: (requestId: string, type: string, model: string, data: any) => void;
export declare const logOpenAIResponse: (requestId: string, type: string, model: string, data: any) => void;
export declare const logOpenAIError: (requestId: string, type: string, model: string, error: any) => void;
