export { TypedTuple$1 as default }; declare var TypedTuple$1: typeof TypedTuple; declare class TypedTuple { static Classes: Array; static get Size(): number; static from(value: any): TypedTuple; static fromJSON(arr: any): TypedTuple; static fromApi(arr: any): TypedTuple; constructor(...items: any[]); apply(fn: any): any[]; eq(other: any): boolean; }