/**
 * A default length for the queried list of neurons
 *
 * Source: https://github.com/dfinity/ic/blob/master/rs/sns/governance/src/neuron.rs
 */
export declare const MAX_LIST_NEURONS_RESULTS = 100;
export declare const MAX_NEURONS_SUBACCOUNTS: number;
export declare const DEFAULT_PROPOSALS_LIMIT = 10;
