export * from "./extension"; export * from "./plugin"; export * from "./task"; export interface MergeOptions { clone?: boolean; }