import { Worker } from '../types'
export const work: Worker<undefined, void> = async (): Promise<void> => {
return
}