import { default as App } from './App'; export default function useGlobalFetchInitData(fn: () => Promise, isAsync?: boolean, passInApp?: App): void;