import { Crypton } from "../interfaces/crypton";
export declare class CryptonImpl implements Crypton {
    string2JSIdHash(inputString: string): string;
}
