import type { Struct } from '@strapi/types';
declare const resolvePreviewImageUrl: (preview?: Struct.PreviewImageValue) => string | undefined;
export { resolvePreviewImageUrl };
