import ConfigBase from './Base';
declare class PluginConfig extends ConfigBase {
    get path(): string;
}
export default PluginConfig;
