/** The MIME type of the encoded image. */ export declare const InlineImageReferenceMimeType: { readonly ImageJpeg: "image/jpeg"; readonly ImagePng: "image/png"; readonly ImageWebp: "image/webp"; readonly ImageHeic: "image/heic"; readonly ImageHeif: "image/heif"; }; export type InlineImageReferenceMimeType = (typeof InlineImageReferenceMimeType)[keyof typeof InlineImageReferenceMimeType];