import { PluginAPI } from '../../PluginAPI'; export default function build(api: PluginAPI): void; export declare function excute(api: PluginAPI, arg: IArgOpts): void; export interface IArgOpts { path?: string; }