declare type Connection = any;
declare const getConnection: (project_id: string) => Promise<Connection>;
export default getConnection;
