declare const safeLog: (ctx: any, level?: string, ...args: any[]) => void;

export { safeLog as default, safeLog };
