export declare function extractTooManyRequestsInfo(html: string | undefined): {
    ip: string;
    time: string;
    url: string;
};
//# sourceMappingURL=helpers.d.ts.map