import type { LogtoConfig, ClientAdapter, StandardLogtoClient, JwtVerifier } from '@logto/client'; import BaseClient from './client.js'; export * from './exports.js'; export default class LogtoClient extends BaseClient { constructor(config: LogtoConfig, adapter: Partial & Pick, buildJwtVerifier?: (client: StandardLogtoClient) => JwtVerifier); }