import { PostgreSQL } from "../types";
export declare function add_license_to_project(db: PostgreSQL, project_id: string, license_id: string): Promise<void>;
export declare function remove_license_from_project(db: PostgreSQL, project_id: string, license_id: string): Promise<void>;
