export declare class IdService { private static previous; generate(): any; encrypt(str: string, type?: string): string; guid(): any; uuid(): string; }