/** * @ Author: Hanrea * @ version: 2023-03-06 13:14:21 * @ copyright: Vecmat (c) - */ export declare const verifyPass: (pass: string, salt: string, check: string) => boolean;