/** * @import { BytesLike } from "@helios-lang/codec-utils" * @import { PoolMetadata } from "../index.js" * */ /** * @param {BytesLike} bytes * @returns {PoolMetadata} */ export function decodePoolMetadata(bytes: BytesLike): PoolMetadata; import type { BytesLike } from "@helios-lang/codec-utils"; import type { PoolMetadata } from "../index.js"; //# sourceMappingURL=PoolMetadata.d.ts.map