export declare function loadWebpackHook({ init }: {
    init: boolean;
}): void;
