import { RequestPropsMap } from '@vkontakte/vk-bridge'; import { VkResponseType } from './common'; declare type SetViewSettingsPropsType = RequestPropsMap['VKWebAppSetViewSettings']; declare type SetViewSettingsResponseType = VkResponseType<'VKWebAppSetViewSettings'>; export { SetViewSettingsPropsType, SetViewSettingsResponseType };