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