import * as _algorand from "@wormhole-foundation/sdk-algorand"; import type { PlatformDefinition } from "../index.js"; /** Platform and protocol definitions for Algorand */ declare const algorand: PlatformDefinition; export default algorand; //# sourceMappingURL=algorand.d.ts.map