import { Transformer, Options } from '../types';
declare const transformer: Transformer<Options.Pug>;
export { transformer };
