export declare const QUERY_KEYS: {
    getAdaHolderCurrentDelegationKey: string;
    getAdaHolderVotingPowerKey: string;
    useGetDRepInfoKey: string;
    useGetDRepListInfiniteKey: string;
    useGetDRepVotingPowerKey: string;
    useGetNetworkMetricsKey: string;
};
export declare const MUTATION_KEYS: {
    postValidateKey: string;
};
