/// <reference path="../lib/io.d.ts" />

import * as ioLib from 'atma-io';

declare global {
    const io: typeof ioLib
}