import type { Config } from "../core/config"; export declare const getStatsUrl: (method: string, config: Config) => string; export declare const getApiUrl: (method: string, config: Config) => string; export declare const request: (url: string, params: Record) => Promise;