import type { Plugin } from '@pdfme/common'; import type { Schema } from '@pdfme/common'; type ImageSchema = Schema; declare const imageSchema: Plugin; export default imageSchema;