export default function call({ project_id, mesg, }: {
    project_id: string;
    mesg: any;
}): Promise<any>;
