import { tl } from '../../../tl/index.js';
import { ITelegramClient } from '../../client.types.js';
import { Story } from '../../types/index.js';
/** @internal */
export declare function _findStoryInUpdate(client: ITelegramClient, res: tl.TypeUpdates): Story;
