import { Hook } from './interface';
declare const _default: (hooks: Array<Record<string, Hook>>) => Record<string, Hook>;
export default _default;
