StreamDestination: Omit<PrettyOptionsExtra, "destination"> & {
    destination: number | DestinationStream | WritableStream;
}