import { SchematicContext, Tree } from '@angular-devkit/schematics';
import type { PresetFactory } from './preset-interface';
/**
 * Generate the Preset runner for external presets
 * @param externalPresetLabel
 * @param tree
 * @param context
 */
export declare function getExternalPreset(externalPresetLabel: string, tree: Tree, context: SchematicContext): PresetFactory;
//# sourceMappingURL=external-preset.d.ts.map