export * from './framework/index.js'; export declare const AVAILABLE_CONNECTORS: readonly ["slack", "telegram", "discord", "chatwork", "gmail", "calendar", "notion", "obsidian", "kagemusha", "sheets", "trello", "drive", "imessage", "claude-code"]; export type AvailableConnector = (typeof AVAILABLE_CONNECTORS)[number]; /** * Dynamic connector loader — avoids importing all connector deps at startup. * Optionally accepts a ConnectorConfig; if omitted, a minimal disabled config is used * (useful for CLI introspection like healthCheck or getAuthRequirements). */ export declare function loadConnector(name: string, config?: import('./framework/types.js').ConnectorConfig): Promise; //# sourceMappingURL=index.d.ts.map