import './string'; import { IIo } from '../lib/@types/io.types'; export declare global { export var io: IIo; export var storage: Record; }