export declare function sendMessage({ tim, to, text }: {
  tim: any;
  to: string;
  text?: string;
}): any;
