import { WorkOS } from '@workos-inc/node'; /** * Create a WorkOS instance with the provided API key and optional settings. */ export declare function createWorkOSInstance(): WorkOS; /** * Create a WorkOS instance with the provided API key and optional settings. * This function is lazy loaded to avoid loading the WorkOS SDK when it's not needed. */ export declare const getWorkOS: () => WorkOS;