import { PrimativeNumberBigInt } from './PrimativeNumber'; export declare class Int64 extends PrimativeNumberBigInt { readonly min: bigint; readonly max: bigint; constructor(value?: bigint); createArray(length: number): Int64[]; }