/** * Get a new `KoaContextWithOIDC` instance */ export declare const OidcContext: () => ParameterDecorator; /** * Get a new `InteractionHelper` instance */ export declare const OidcInteraction: () => ParameterDecorator; /** * Get the user `Session` from the current context */ export declare const OidcSession: () => ParameterDecorator;