#!/usr/bin/env node
declare const fs: any;
declare const path: any;
declare const Readable: any, Writable: any;
declare const logFile: any;
declare function handleMessage(message: any): Promise<void>;
declare function main(): Promise<void>;
//# sourceMappingURL=ultra-minimal.d.ts.map