export declare const useLogs: () => { logInfo: (...args: any[]) => void; logWarning: (...args: any[]) => void; logError: (...args: any[]) => void; };