/**
 * Check if an input string might be a bcrypt hash.
 *
 * @see https://stackoverflow.com/questions/5393803/can-someone-explain-how-bcrypt-verifies-a-hash
 * @param input
 */
export declare function isBCryptHash(input: string): boolean;
//# sourceMappingURL=bcrypt.d.ts.map