import { ItchIO } from './providers/games/itch';
export declare const GAMES: {
    ItchIO: typeof ItchIO;
};
export * from './models';
export * from './utils';
export * from './providers';
declare const _default: {
    GAMES: {
        ItchIO: typeof ItchIO;
    };
};
export default _default;
//# sourceMappingURL=index.d.ts.map