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