/// import * as webpack from 'webpack'; import { Loader, LoaderOptions } from 'waya-shared'; export interface ScriptConfigOptions { context: string; } export declare function createScriptLoaderUse(context: string, options?: LoaderOptions[Loader.TS]): webpack.RuleSetUseItem; export declare function createScriptConfig({ context }: ScriptConfigOptions): webpack.Configuration; export default createScriptConfig;