/**
 * @file 键盘
 */
declare namespace my {
  /**
   * 隐藏键盘。
   */
  function hideKeyboard(): void;
}
