import type { BpSchemaOutput } from "../contracts/manifest.js"; import { type LockedDependency } from "./project.js"; export declare function emitTypeScriptClient(_alias: string, contract: BpSchemaOutput): string; export declare function installClient(rawSelector: string, options?: { alias?: string; path?: string; }): Promise; export declare function syncClients(options?: { registryOnly?: boolean; frozen?: boolean; }): Promise; //# sourceMappingURL=client.d.ts.map