import { RedisSMQError } from '../../errors/index.js'; export declare class RedisServerStartupFailedError extends RedisSMQError { getProps(): { code: string; defaultMessage: string; }; } //# sourceMappingURL=redis-server-startup-failed.error.d.ts.map