export declare function UUID(): {
    error: null;
    result: string;
};
