export const useWidgetCommunication = (): void => {}; export const isBalanceDisplayAllowed = async (): Promise => { return true }; export const setBalanceDisplayAllowed = async (_allowed: boolean): Promise => { };