import { Context } from 'react';
export declare const buildContextHook: <T>(ContextValue: Context<T>, hookName: string, providerName: string) => () => T;
