import { RPCBase } from "../rpcBase"; export declare function Security(this: RPCBase): { getEncryptInfo: () => Promise; getEncryptDog: () => Promise; addUser: (salt: unknown, cipher: unknown, content: unknown) => Promise>; addUserPlain: (salt: unknown, cipher: unknown, content: unknown) => Promise>; modifyPasswordByType: (salt: unknown, cipher: unknown, content: unknown) => Promise>; modifyPasswordPlain: (a: unknown, b: unknown, c: unknown) => Promise>; ModifyPwdOutSession: (salt: unknown, cipher: unknown, content: unknown) => Promise; getConfig: (salt: unknown, cipher: unknown, content: unknown) => Promise; setConfig: (salt: unknown, cipher: unknown, content: unknown) => Promise; }; //# sourceMappingURL=Security.d.ts.map