export declare const uiLogger: { log: (message: string) => void; error: (message: string) => void; warn: (message: string) => void; success: (message: string) => void; info: (message: string) => void; debug: (...args: any[]) => void; group: (message: string) => void; groupEnd: () => void; json: (json: object) => void; };