import Redis from 'ioredis';
export declare const shouldUpdatePreviewImage: (id: string, redis: Redis) => Promise<boolean>;
