import { Context } from '../imports/Context.js'; import { Function } from '../imports/Function.js'; export declare class Password2Encrypter { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean); static encrypt(value?: string): string; } //# sourceMappingURL=Password2Encrypter.d.ts.map