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