/// <reference no-default-lib="true"/> 
declare namespace my {
  /**
   * my.hideKeyboard là API dùng để ẩn bàn phím.
   * https://developers.tiki.vn/docs/api/ui/keyboard/hide-keyboard#gi%E1%BB%9Bi-thi%E1%BB%87u
   */
  function hideKeyboard(): void;
}
