import { ClientMetadataResourceFetch } from "@better-auth/oauth-provider"; //#region src/node.d.ts /** * Fetch a CIMD-owned HTTPS resource with resolve-once DNS validation and * connection pinning. * * Every DNS answer must be public-routable. The selected answer is pinned for * the connection while the original hostname remains the HTTP Host, TLS SNI, * and certificate-verification identity. Redirect responses are returned to * the caller and are never followed. */ declare const fetchClientMetadataResource: ClientMetadataResourceFetch; //#endregion export { fetchClientMetadataResource };