import { HttpServer } from '@connectedcars/test'; import { type PublicKeys } from '../../'; export interface JwtServiceAuthTestServerOptions { publicKeys?: PublicKeys; audiences?: string[]; } export declare class JwtServiceAuthTestServer extends HttpServer { constructor(options?: JwtServiceAuthTestServerOptions); }