import { TypedArray } from "../sharedTypes"; export declare function typedArrayToIntegers(typedArray: TypedArray): (number | bigint)[];