import { AIOSaberClient } from "../base";
export declare class AIOSaberService {
    private aioClient;
    constructor(aioClient: AIOSaberClient);
    getBSOAuthToken: (key: string) => Promise<import("../interfaces/aiosaber").AioOauthTokenResponse>;
    getBLOAuthToken: (key: string) => Promise<import("../interfaces/aiosaber").AioOauthTokenResponse>;
}
