export default useFetchShortcut; declare function useFetchShortcut(client: any, id: any): { shortcutInfos: any; shortcutImg: any; fetchStatus: string; };