export interface WhmcsSetupOptions { identifier: string; secret: string; apiUrl: string; }