import { Pulse } from '.';
export type ProcessEveryMethod = (time: string) => Pulse;
export declare const processEvery: ProcessEveryMethod;
