export declare const LoggerUtil: {
    createLogger(onError: (error?: Error, ...args: unknown[]) => void, level?: string): import("@walletconnect/logger").Logger<any>;
};
