import { PolarContextState } from './Polar.types';
export declare const usePolarContext: () => PolarContextState;
