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