import type { LicenseState } from "./licenseState.js"; export declare function verifyLktClient(token: string, opts: { jwksUrl: string; expectedIss: string; expectedAud: string; jwksMaxAgeSeconds?: number; }): Promise; //# sourceMappingURL=verifyLktClient.d.ts.map