import * as p_ from 'pareto-core/implementation/transformer'; import type * as s_in from "../schema.js"; import type * as s_out from "pareto-fountain-pen/modules/paragraph/schemas/paragraph/schema"; declare namespace declarations { type Error = p_.Transformer; } export declare const Error: declarations.Error; export {};