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