/**
 * Representation of the 'RetrievalKeyValueListPair' schema.
 */
export type RetrievalKeyValueListPair = {
    /**
     * Max Length: 1024.
     */
    key: string;
    value: string[];
} & Record<string, any>;
//# sourceMappingURL=retrieval-key-value-list-pair.d.ts.map