export function requireAuthentication(owner: any, transition: any, extraArgs: any): any; export function triggerAuthentication(owner: any, authenticationRoute: any): void; export function prohibitAuthentication(owner: any, routeIfAlreadyAuthenticated: any): void; export function handleSessionAuthenticated(owner: any, routeAfterAuthentication: any): void; export function handleSessionInvalidated(owner: any, routeAfterInvalidation: any): void;