import type { WidgetKey } from "@prismicio/types-internal/lib/common"; import type { SharedSliceContent } from "@prismicio/types-internal/lib/content"; import type { WidgetContent } from "@prismicio/types-internal/lib/content"; import type { SharedSlice } from "@prismicio/types-internal/lib/customtypes"; import { type CustomType } from "@prismicio/types-internal/lib/customtypes"; export declare function renderDocumentMock(customType: CustomType, sharedSlices: Partial>, mocks: Partial>): { id: string; uid: string | undefined; url: string | null; type: string; href: null; tags: never[]; first_publication_date: string; last_publication_date: string; slugs: never[]; linked_documents: never[]; lang: string; alternate_languages: never[]; data: { [_: string]: unknown; }; }; export declare function renderSliceMock(sliceModel: SharedSlice, mock: SharedSliceContent): unknown;