import { G as ClerkOptions, S as EnvironmentResource, V as Clerk } from "../../index-BCMY4XCy.js"; import "../../moduleManager-WB15hU3T.js"; //#region src/internal/clerk-js/componentGuards.d.ts type ComponentGuard = (clerk: Clerk, environment?: EnvironmentResource | null, options?: ClerkOptions) => boolean; declare const isSignedInAndSingleSessionModeEnabled: ComponentGuard; declare const noUserExists: ComponentGuard; declare const noOrganizationExists: ComponentGuard; declare const disabledOrganizationsFeature: ComponentGuard; declare const disabledUserBillingFeature: ComponentGuard; declare const disabledOrganizationBillingFeature: ComponentGuard; declare const disabledAllBillingFeatures: ComponentGuard; declare const disabledUserAPIKeysFeature: ComponentGuard; declare const disabledOrganizationAPIKeysFeature: ComponentGuard; declare const disabledAllAPIKeysFeatures: ComponentGuard; //#endregion export { ComponentGuard, disabledAllAPIKeysFeatures, disabledAllBillingFeatures, disabledOrganizationAPIKeysFeature, disabledOrganizationBillingFeature, disabledOrganizationsFeature, disabledUserAPIKeysFeature, disabledUserBillingFeature, isSignedInAndSingleSessionModeEnabled, noOrganizationExists, noUserExists }; //# sourceMappingURL=componentGuards.d.ts.map