import { Oid } from "./oid"; export class OdbObject { data(): Buffer; dup(): Promise; id(): Oid; size(): number; type(): number; }