#!/usr/bin/env node /** * Post-install setup script for BCKB MCP Server * * Runs after npm install to: * - Create necessary directories * - Set up default configuration * - Display setup instructions */ declare function postInstall(): Promise; export { postInstall }; //# sourceMappingURL=post-install.d.ts.map