export type IntegrationType = 'wds' | 'whm' | (string & {}); export declare function getSocketIntegration(integrationType: IntegrationType): string;