eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
8 lines (7 loc) • 345 B
TypeScript
export declare function readVercelCliTeam(): Promise<string | undefined>;
/** Read-only: Vercel CLI retains ownership of its credentials and token rotation. */
export declare function readVercelCliConnection(): Promise<{
token: string;
teamId: string;
} | undefined>;
export declare function refreshVercelCliConnection(): Promise<void>;