export declare const getAdaHolderVotingPower: ({ apiUrl, stakeKey, }: {
    apiUrl: string;
    stakeKey?: string | undefined;
}) => Promise<any>;
