import type { CmValue } from '../CmValue.js';
/**
 * Checks if the given value is valid
 *
 * @param value - The value to check.
 *
 * @returns `true` if the key is a value is valid.
 *
 * @internal
 */
export declare function isValid(value: CmValue): boolean;
//# sourceMappingURL=isValid.d.ts.map