import { _PluginApi } from '@tuzki/scaffold-types'; import Config from 'webpack-chain'; interface GetBaseTaskConfig { (api: _PluginApi): Promise; } export declare const getBaseTaskConfig: GetBaseTaskConfig; export {};