import { Plugin } from '@pdfme/common'; import type { CellSchema } from './types.js'; declare const cellSchema: Plugin; export default cellSchema;