import * as i0 from "@angular/core";
export declare class SessionInterruptService {
    constructor();
    /**
     * Method to refresh session cookie. Normally, this method issue a quick API call to server.
     *
     * @memberof SessionInterruptService
     */
    continueSession(): void;
    /**
     * Method to remove session cookie. Normally, this method redirect to website logout endpoint.
     *
     * @memberof SessionInterruptService
     */
    stopSession(): void;
    /**
     * Method to handle expiration event. Can be empty.
     */
    onExpire(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<SessionInterruptService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<SessionInterruptService>;
}
