import type { UmbAuthContext } from '../auth.context.js'; import { UmbControllerBase } from '../../../../libs/class-api/index.js'; export declare class UmbAuthSessionTimeoutController extends UmbControllerBase { #private; constructor(host: UmbAuthContext); destroy(): void; }