import { type DpopPrivateJwk } from '@atcute/oauth-crypto'; export declare const createDPoPFetch: (dpopKey: DpopPrivateJwk, isAuthServer?: boolean | undefined) => typeof fetch; //# sourceMappingURL=dpop.d.ts.map