export declare const generate: (plainString: any) => Promise; export declare function compare(plainString: any, hashedString: any): Promise;