export declare class SendCache {
    private static cache;
    static sendCacheLimit: number;
    static set(id: string, target: string): void;
    static check(id: string, target: string): boolean;
}
//# sourceMappingURL=send-cache.d.ts.map