import type { OpenClawPluginApi } from "openclaw/plugin-sdk"; /** * Register mx_link tool * * Provides unified third-party account linking and proxy API access * via MorphixAI Pipedream integration. */ export declare function registerOfficeLinkTool(api: OpenClawPluginApi): void; //# sourceMappingURL=link.d.ts.map