export type TRedisServerPlatform = Extract<NodeJS.Platform, 'linux' | 'darwin'>;
export declare const REDIS_SERVER_PLATFORM_LIST: TRedisServerPlatform[];
export declare const getSupportedPlatform: () => TRedisServerPlatform;
//# sourceMappingURL=get-supported-platform.d.ts.map