import type * as Config from 'webpack-chain';
/**
 * Set webpack module to handle pug files
 */
export declare const handleModulePug: ({ config }: {
    config: Config;
}) => void;
