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