import { Connect } from '@genesislcap/foundation-comms'; import { BaseRoute } from '../base'; /** * Logout * * @public */ export declare class Logout extends BaseRoute { connect: Connect; connectedCallback(): void; /** * Logs the user out of their session * * @remarks * * Activated when the user clicks on the logout button on the right hand side of the navigation bar. * * @public */ logout(): Promise; navigateTo(path: string): void; } //# sourceMappingURL=logout.d.ts.map