import { ProtectResult } from './types';
export declare function sendAnalytics(result: ProtectResult): Promise<void>;
