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