interface PluginStats {
    warnings?: boolean;
    errors?: boolean;
}
export { PluginStats };
