@angular/cli
Version:
CLI tool for Angular
11 lines (10 loc) • 429 B
TypeScript
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.dev/license
*/
import type { DatabaseSync } from 'node:sqlite';
import type { McpToolContext } from '../tool-registry';
export declare function setupRuntimeExamples(examplesPath: string, host: McpToolContext['host']): Promise<DatabaseSync>;