import type { BuilderContent } from '../../types/builder-content'; export declare function postPreviewContent(_opts: { key: string; value: BuilderContent; url: string; }): Promise;