import type { contact } from "./contact";
import type { generic_id } from "./generic_id";
export declare type contact_base = generic_id & contact;
