/** * Generates a unique ID with an prefix. */ export declare function genUniqueId(prefix: string): string;