import { ClarityValue } from '../clarityValue'; import { ListCV } from '../types'; export declare function listCV(values: T[]): ListCV;