import { StringSessionData } from '@mtcute/core/utils.js'; import { TelethonSession } from './types.js'; export declare function convertFromTelethonSession(session: TelethonSession | string): StringSessionData; export declare function convertToTelethonSession(session: StringSessionData | string): string;