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