declare const builtInPlugins: {
    Text: import("@pdfme/common").Plugin<import("./types.js").TextSchema>;
};
export { builtInPlugins };
