declare const decryptXml: (entireXML: string, options: any) => {
    assertion: string;
    decrypted: boolean;
};
export { decryptXml };
