export interface SetupOrgOptions { name: string; domain?: string; roles?: string[]; } export declare function runSetupOrg(options: SetupOrgOptions, apiKey: string, baseUrl?: string): Promise;