export declare const passwordDigest: (nonce: any, created: any, password: any) => any;
export declare const TNS_PREFIX = "__tns__";
/**
 * Find a key from an object based on the value
 * @param  Namespace prefix/uri mapping
 * @param  nsURI value
 * @returns  The matching key
 */
export declare const findPrefix: (xmlnsMapping: any, nsURI: any) => string;
