import { PostgreSQL } from "./types";
export declare function add_collaborators_to_projects(db: PostgreSQL, account_id: string, accounts: string[], projects: string[], // can be empty strings if tokens specified (since they determine project_id)
tokens?: string[]): Promise<void>;
