#!/usr/bin/env node /** * Post-install message * * This script runs after npm install and displays helpful next steps. * It should NOT modify any files (npm best practice). */ export {}; //# sourceMappingURL=postinstall.d.ts.map