import { ClassToXmlOptions } from './types';
export declare function classToXml(entity: any, options?: ClassToXmlOptions): string;
