import { ITelegramClient } from '../../client.types.js'; import { InputPeerLike, PeerStories } from '../../types/index.js'; /** * Get stories of a given peer * * @param peerId Peer ID whose stories to fetch */ export declare function getPeerStories(client: ITelegramClient, peerId: InputPeerLike): Promise;