import type { GetLaunchParamsResponse } from './types/data.ts'; export interface LaunchParams extends GetLaunchParamsResponse { vk_chat_id: string; vk_is_recommended: number; vk_profile_id: number; vk_has_profile_button: number; vk_testing_group_id: number; odr_enabled: undefined | 1; } /** * @see https://dev.vk.ru/mini-apps/development/launch-params */ export declare const parseURLSearchParamsForGetLaunchParams: (searchParams: string) => Partial; //# sourceMappingURL=parseURLSearchParamsForGetLaunchParams.d.ts.map