function parseOidimport { parseOid } from "https://dotland.deno.dev/x/pg_mem@2.6.13/schema/consts.ts"; parseOid(oid: string): { type: OidType; id: string; }Parametersoid: stringReturns{ type: OidType; id: string; }