import { TelethonSession } from './types.js'; export declare function parseTelethonSession(session: string): TelethonSession;