import { RecordInput } from '../types';
export declare const record: ({ userId, eventId, eventType, properties, }: RecordInput) => void;
