/**
 * The type of a {@link TemplateProvider}.
 */
export declare enum TemplateProviderType {
    Plugin = "plugin",
    Preset = "preset"
}
