import { Oid } from './oid';

export class Oidarray {
    free(): void;
    ids: Oid;
    count: number;
}
