import { Schema } from '@pdfme/common'; export declare const getCacheKey: (schema: Schema, input: string) => string;