export type TRedisServerPlatform = Extract; export declare const REDIS_SERVER_PLATFORM_LIST: TRedisServerPlatform[]; export declare const getSupportedPlatform: () => TRedisServerPlatform; //# sourceMappingURL=get-supported-platform.d.ts.map