export function hash(data: any): Promise; export function compare(data: any, encrypted: any): Promise; export function newid(): string;