import type { conversation } from "./conversation"; import type { user } from "./user"; /** * array of conversations */ export declare type contact_conversations = Array;