import type { SeedInput } from './types'; /** * Adds a dependency to the client package.json. * Version is resolved from the first @genesislcap/* dependency in package.json * to keep versions aligned across PBC and other packages. */ export declare function addUIDependency(input: SeedInput, name: string): void; /** * @deprecated Omit the version parameter; it is ignored. */ export declare function addUIDependency(input: SeedInput, name: string, _version: string): void; //# sourceMappingURL=client.d.ts.map