export declare const NUMBER_CONSTANT: {
    readonly FIRST_ARRAY_ELEMENT_INDEX: number;
    readonly MAX_BIGINT: number;
    readonly MAX_CONVERSION_PERCENTAGE: number;
    readonly MAX_INTEGER: number;
    readonly MILLISECONDS_IN_SECOND: number;
    readonly MIN_BIGINT: number;
    readonly MIN_CONVERSION_PERCENTAGE: number;
    readonly MIN_INTEGER: number;
    readonly NEGATIVE_ONE: number;
    readonly ONE: number;
    readonly PERCENTAGE_MULTIPLIER: number;
    readonly PERCENTAGE_PRECISION: number;
    readonly SORT_ARGUMENT_LESS: number;
    readonly SORT_ARGUMENT_MORE: number;
    readonly ZERO: number;
    readonly ZERO_LIST_LENGTH: number;
};
