import { Rule } from '../types';
/**
 * AI004: Vector database credentials hardcoded.
 *
 * Covers Pinecone, Weaviate Cloud, Qdrant Cloud, Chroma Cloud and Upstash
 * Vector. Vector DBs frequently store embedded PII (chat history, support
 * tickets, internal docs), so a leaked key is a privacy incident, not just
 * a billing one.
 */
declare const rule: Rule;
export default rule;
//# sourceMappingURL=AI004.d.ts.map