export declare const app: import("express-serve-static-core").Express; export declare const mockedAuthResponse: { access_token: string; token_type: string; id_token: string; refresh_token: string; expires_in: number; scope: string; jti: string; };