/** * Util functions for generating unique IDs. */ export declare namespace UniqueIdUtil { function id(): string; }