import { ResendingStrategy } from './typings.js';
declare const createIntervalResendingStrategy: <InsertResult>() => ResendingStrategy<InsertResult>;
export { createIntervalResendingStrategy };
