export declare class Uid { private static next; static reset(): void; static get(prefix?: string): string; }