import { GenerateTimeGuardReturn } from './types'; export declare const generateTimeGuard: (duration: number) => GenerateTimeGuardReturn;