import type { StaticWidget } from "@prismicio/types-internal/lib/customtypes"; import * as t from "io-ts"; export type CustomTypeDef = { customTypeId: string; fields: Record; }; export declare const CustomTypeDef: t.Type;