import { PostgreSQL } from "./types";
export declare function record_user_tracking(db: PostgreSQL, account_id: string, event: string, value: {
    [key: string]: any;
}): Promise<void>;
