import AIO from './AIO';

export default function Factory(
    config?: AIO.IConfig
): AIO;