/** * Built-in `Target/TargetConfig.type` values and runner types. * * (In theory `target-graph` is generic and not tied to these types, but they're used by * `WorkspaceTargetGraphBuilder` in this package.) */ export declare const builtInTargetTypes: { readonly npmScript: "npmScript"; readonly noop: "noop"; readonly worker: "worker"; };