import { AardEvent } from '../recorder.types';
export declare const addAppName: (name: string) => (event: AardEvent) => AardEvent;
