export declare function uuid(): string;
export declare function toError(err: unknown): Error;
