import { Clock } from './Clock'; export declare function AddDelayedCall(clock: Clock, delay: number, callback: () => void): void; //# sourceMappingURL=AddDelayedCall.d.ts.map