import { Hooks } from "./types";

declare const hooks : Hooks;
export = hooks;