export const io: WeakMap; export function stdio(init: any): { stderr: (...args: any[]) => any; stdout: (...args: any[]) => any; get(engine: any): Promise; }; export function buffered(callback: any, EOL?: number): (maybeUI8: any) => void;