import { typeCelValue } from"./type.js";
/**
* Creates a new CelValue of the given type and with the given fields.
*
* Wrappers are converted to their corresponding scalars.
*/exportdeclarefunctioncelObject(typeName: string, fields: ReadonlyMap<string, CelValue>): CelValue;