import type { CollectionContext } from '@/types/index.js'; export declare const getAdminThumbnail: (context: CollectionContext) => (({ doc }: { doc: Record; }) => null | string) | undefined;