import { Context } from '../common/types'; export declare const useContext: () => Context;