export declare class EnkaAdapter {
    private baseURL;
    private uid;
    setup(uid: string, proxyAgent?: URL): void;
    findPanel(): Promise<Response>;
}
