import { HookSet, ModuleOptions } from './types';
export declare function cretateHooks<E>(options?: ModuleOptions<E>): HookSet<any>;
