declare const usePlatform: () => any; declare const useIsShop: () => boolean; declare const useIsH5: () => boolean; declare const useIsPc: () => boolean; export { usePlatform, useIsShop, useIsH5, useIsPc };