import { Rule } from '../types';
/**
 * AI007: Streaming LLM endpoint without auth / rate limit.
 *
 * Public `streamText` / `OpenAIStream` / SSE endpoints are the #1 target for
 * key-bombing: a single un-rate-limited route can drain a free-tier credit
 * line in hours.
 */
declare const rule: Rule;
export default rule;
//# sourceMappingURL=AI007.d.ts.map