/** * Example: Using Lighthouse Storage with Playbook Registry * * This example demonstrates how to use Lighthouse (IPFS) storage * for uploading, retrieving, and managing playbooks. * * Prerequisites: * - LIGHTHOUSE_API_KEY set in .env file * - @lighthouse-web3/sdk installed */ declare function main(): Promise; export { main as runLighthouseDemo }; //# sourceMappingURL=lighthouse-example.d.ts.map