declare const DEPS: { '@trpc/client': string; '@trpc/server': string; zod: string; superjson: string; primevue: string; }; export declare function addPackage(dir: string, pkg: keyof typeof DEPS, dev?: boolean): void; export {};