import { TFunctionMap, TTimerType } from '../types';
export declare const createCallFunction: (functions: TFunctionMap, type: TTimerType) => (id: number) => void;
//# sourceMappingURL=call-function.d.ts.map