/**
 * Vendor-provisioned SaaS resource types.
 *
 * Third-party services organized by category:
 * - Identity/Auth: Google, GitHub, Meta/Facebook
 * - Messaging: WhatsApp, Line, WeChat, Telegram, Slack
 * - Collaboration: Trello, Miro, Figma, LinkedIn
 * - Cloud: AWS, Azure, GCP
 */
import { ResourceType } from './core.js';
export declare const VENDOR_TYPES: Record<string, ResourceType>;
//# sourceMappingURL=vendors.d.ts.map