import { AcClient } from "./client.js"; export declare function getAcClient(authorId: number, options?: { login: { username: string; password: string; }; }): Promise<{ client: AcClient; liveInfo: import("./types/index.js").StartPlayInfo; giftList: import("./types/index.js").GiftList; }>;