import { CurrentUserSession } from './CurrentUserSession'; export declare class CurrentUserSessionMapper { static getType(_: any): typeof CurrentUserSession; }