export declare const sendUsageEvent: ({ apiKey, succeeded, }: { apiKey: string | null; succeeded: boolean; }) => Promise;