import { type LimiterService } from '../src/types.ts';
declare let limiter: LimiterService;
export { limiter as default };
