import { Health } from './health.js';
import { System } from './system.js';
import { Log } from './log.js';
import { Uin } from './uin.js';

export declare class UINFederation {
    uins: Uin;
    logs: Log;
    systems: System;
    health: Health;
    constructor({ baseUrl, clientId, clientSecret }: {
        baseUrl: string;
        clientId: string;
        clientSecret: string;
    });
}
//# sourceMappingURL=index.d.ts.map