import { GeneratedPreview, PreviewOptions } from '../types';
export declare function getCachedPreview(url: string, options: PreviewOptions): GeneratedPreview | undefined;
export declare function setCachedPreview(url: string, options: PreviewOptions, preview: GeneratedPreview, ttlMs?: number): void;
