/** * `agent-cards add` (permanent silent alias: `attach`) — add the user's own * card to their vault. Interactive runs open the link and wait for the card; * --json does the single POST and prints the link for scripts/agents. */ export declare function attachCard(opts?: { json?: boolean; replace?: boolean; add?: boolean; list?: boolean; remove?: string; }): Promise; //# sourceMappingURL=attach.d.ts.map