import { Token } from '@lumino/coreutils';
/**
 * The token for the JupyterLite session singleton.
 */
export declare const IJupyterLiteSession: Token<IJupyterLiteSession>;
/**
 *  An interface for the JupyterLite session singleton.
 */
export interface IJupyterLiteSession {
    sessionPath: string;
}
