/** 입력 문자열을 기반으로 UUID를 생성하며, 입력이 없을 경우 랜덤 UUID를 사용하고 하이픈을 제거 */
export declare const generateUUID: (from?: string) => string;
