import type { CoverageEntry } from "@prezly/sdk"; export declare function getCoverageImageUrl(coverage: CoverageEntry): string | null;