import { HeapArray } from './heap-array'; import { StackArray } from './stack-array'; export * from './heap-array'; export * from './stack-array'; export declare type RawArray = HeapArray | StackArray; //# sourceMappingURL=index.d.ts.map