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