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