import type { Client } from '../../../../clients/types.mjs'; export declare function echo(client: Client, str: string): Promise;