/**
 * Defines the repository of the plugin.
 * Used to know where to get the plugin from.
 */
export declare enum PluginSource {
    NPM = "npm",
    GITHUB = "github",
    URL = "url"
}
//# sourceMappingURL=source.d.ts.map