export declare const AUTH_INJECT_TOKEN: string; export declare const AUTH_OPTIONS_INJECT_TOKEN: string; export interface IAuth { UseAuth(options?: any): void; } export declare class JwtAuth implements IAuth { UseAuth(options?: any): void; } export declare function GetAuthOptions(): any | null;