/** * Clear the cache of webhook delivery failures. * * For unit testing purposes only. * * @internal */ export declare function clearFailuresCache(): void; export declare function handler(): Promise;