declare var SaxParser: (callbacks: any) => any; declare var SaxPushParser: (callbacks: any) => any; export { SaxParser }; export { SaxPushParser };