import { PromoPanelItemRecord, FooterItemRecord, CryptoAddressRecord, SoapboxConfigRecord, } from 'soapbox/normalizers/soapbox/soapbox-config'; type Me = string | null | false | undefined; type PromoPanelItem = ReturnType; type FooterItem = ReturnType; type CryptoAddress = ReturnType; type SoapboxConfig = ReturnType; export { Me, PromoPanelItem, FooterItem, CryptoAddress, SoapboxConfig, };