import type { Worker } from '../std/index.js';
export interface UCInit extends Worker<void, Promise<void>> {
}
