import type * as Config from 'webpack-chain';
/**
 * Set webpack node config
 */
export declare const handleNode: ({ config }: {
    config: Config;
}) => void;
