export declare class NegativeIndexOutOfBoundsError extends Error { name: string; static build(array: any[], index: number): NegativeIndexOutOfBoundsError; }