import type { PluginCommandContext, PluginCommandResult } from '../openclaw-sdk.js'; export declare function handleSamplesCommand(ctx: PluginCommandContext): PluginCommandResult;