export interface OnboardUserOptions { email: string; org: string; role?: string; wait?: boolean; } export declare function runOnboardUser(options: OnboardUserOptions, apiKey: string, baseUrl?: string): Promise;