import type { FastifyPluginCallback } from "fastify"; import { type Options } from "./schemas/index.js"; export { isAccessTokenRevoked, options as plugin_options, retrieveUserProfile, userinfo_get_config, user_profile_props, user_profile_immutable_record, user_profile_mutable_record, } from "./schemas/index.js"; export type { IsAccessTokenRevoked, Options as PluginOptions, RetrieveUserProfile, UserinfoGetConfig, UserProfileProps, UserProfileImmutableRecord, UserProfileMutableRecord, } from "./schemas/index.js"; declare const _default: FastifyPluginCallback; export default _default; //# sourceMappingURL=index.d.ts.map