import type { OpenClawPluginApi } from "openclaw/plugin-sdk"; import type { BotUploadConfig, BotShareConfig } from "../types.js"; export declare function registerBotUploadLink(api: OpenClawPluginApi, config: BotUploadConfig | undefined, shareConfig: BotShareConfig | undefined): void;