import type { Transformer } from './types.js';
export declare const createTransformer: (transformer: Transformer) => Transformer;
