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