import { DappPortalSDKConfig } from "../config/config";
export declare class MetricAPiClient {
    private readonly baseUrl;
    private readonly clientId;
    private readonly sdkLocalStorage;
    constructor(config: DappPortalSDKConfig);
    sendWalletMetric: (action: string, walletAddress: string | null, walletType: string | null) => Promise<void>;
}
