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