import * as jose from "jose"; export default function generateDpopKeyPair(): Promise<{ privateKey: jose.KeyLike; publicKey: jose.JWK; }>;