declare type Hook = (...args: any[]) => any; export declare const addHook: (func: Hook) => number; export {};