/** * @license * Copyright 2025 Qwen Team * SPDX-License-Identifier: Apache-2.0 */ import { type SlashCommand } from './types.js'; /** * Main export command with subcommands. */ export declare const exportCommand: SlashCommand;