export declare const hookSync: (compiler: any, hookName: string, hookFunc: (...args: any[]) => any) => void;
export declare const hookAsync: (compiler: any, hookName: string, hookFunc: (...args: any[]) => any) => void;
