declare function uniqId(prefix?: string): string;

export = uniqId;
