/** * Basic Coherence Gate Usage - TypeScript Example * * This example demonstrates: * - Initializing the gate * - Requesting action permission * - Handling decisions * * Run with: npx ts-node examples/basic-usage.ts */ export {}; //# sourceMappingURL=basic-usage.d.ts.map