import type { LoadedClerk } from '@clerk/types';
export declare const isDevelopmentSDK: (clerk: LoadedClerk) => boolean;
