import type { OBJECT_IDENTIFIER } from "../macros.mjs";
export default interface Identified {
    oid: OBJECT_IDENTIFIER;
}
