#!/usr/bin/env npx tsx
/**
 * Standalone Pattern Store Test
 * Run this in any environment to verify the IPFS-based pattern store works
 *
 * Usage:
 *   npx tsx standalone-test.ts
 *   # or
 *   npm run test:pattern-store
 */
export {};
//# sourceMappingURL=standalone-test.d.ts.map