import type { Transformer } from '../types';
export { transformer as default };
declare const transformer: Transformer;
