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