export { default as AuthSelector } from './components/AuthSelector.vue.js'; export { isAuthOptional } from './helpers/is-auth-optional.js'; export { type MergedSecuritySchemes, mergeSecurity } from './helpers/merge-security.js'; export type { OAuth2Tokens } from './helpers/oauth.js'; export type { SecuritySchemeObjectSecret } from './helpers/secret-types'; //# sourceMappingURL=index.d.ts.map