@kya-os/create-xmcpi-app
Version:
Bootstrap XMCP applications with identity features
14 lines • 717 B
TypeScript
import { BlackholeEffect, EffectRunner, createSuccessBox, createWelcomeBanner, createGradientText } from "@kya-os/cli-effects";
export { BlackholeEffect, EffectRunner, createSuccessBox, createWelcomeBanner, createGradientText };
export declare function showBlackholeAnimation(text: string, options?: any, skipExitPrompt?: boolean): Promise<void>;
export declare function createSuccessMessage(claimUrl?: string): string;
export declare function createKYAOSBanner(): Promise<string>;
export declare function createIdentityTable(data: {
agentName: string;
description: string;
did: string;
profileUrl: string;
privateKey: string;
claimUrl?: string;
}): string;
//# sourceMappingURL=index.d.ts.map