export function loadHooks(hooks: any, file: any): Promise<any>;
export function addHook(hooks: any, name: any, content: any): any;
