import type { App } from '@vuepress/core';
import type * as Config from 'webpack-chain';
/**
 * Set webpack module to handle ts files
 */
export declare const handleModuleTs: ({ app, config, }: {
    app: App;
    config: Config;
}) => void;
