export default function signXML(xmlStr: string, p12: string, p12Password: string): Promise<string>;
