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