import { default as App } from './App'; export default function useGlobalConfig>(passInApp?: App): { get(key: T): C[T] | undefined; };