import type { Plugin, Schema } from '@pdfme/common'; type SignatureSchema = Schema; declare const signature: Plugin; export default signature;