@kya-os/cli
Version:
CLI for MCP-I setup and management
21 lines • 902 B
TypeScript
/**
* Claim Experience Component
* Clean, professional claim interface with vertical draw-down effect
*/
/**
* Create clean claim interface without broken formatting
*/
export declare function createAmazingClaimExperience(claimUrl: string, agentData?: any, status?: "unclaimed" | "claimed"): Promise<string>;
/**
* Create vertical draw-down effect for the clean boxen card
*/
export declare function createClaimDrawDown(claimUrl: string, agentData?: any): AsyncGenerator<string, void, unknown>;
/**
* Simple claim sequence - just show the clean card with draw-down
*/
export declare function createClaimSequence(claimUrl: string, agentData: any): AsyncGenerator<string, void, unknown>;
/**
* Clean portal sequence without complex effects
*/
export declare function createPortalSequence(duration?: number): AsyncGenerator<string, void, unknown>;
//# sourceMappingURL=claim-experience.d.ts.map