import { ClerkOptions, ClerkClient } from '@clerk/backend'; declare const clerkClient: (options?: ClerkOptions) => ClerkClient; export { clerkClient };