#!/usr/bin/env node/**
* Interactive EMV CLI with a beautiful, modern UX
* Inspired by Claude Code and OpenCode
*/export declare functionrunInteractive(): void;
export { PinScreen } from'./screens/index.js';
export type { PinScreenProps } from'./screens/index.js';
//# sourceMappingURL=index.d.ts.map