UNPKG

@kya-os/cli

Version:

CLI for MCP-I setup and management

11 lines 259 B
interface ReceiptsOptions { json?: boolean; path?: string; verify?: boolean; } /** * List and manage stored receipts */ export declare function receipts(options?: ReceiptsOptions): Promise<void>; export {}; //# sourceMappingURL=receipts.d.ts.map