import type { CmsdDynamic } from './CmsdDynamic.js'; /** * Decode a CMSD dynamic string to an object. * * @param cmsd - The CMSD string to decode. * * @returns The decoded CMSD object. * * @group CMSD * * @beta */ export declare function decodeCmsdDynamic(cmsd: string): CmsdDynamic[]; //# sourceMappingURL=decodeCmsdDynamic.d.ts.map