declare const xsd: {
    convert: (fileName: string) => Promise<any>;
};
export default xsd;
