export namespace DEFAULT_STATE {
    let last: null;
    let lastRunning: null;
    let lastPerformed: null;
    let lastSuccessful: null;
    let lastComplete: null;
    let lastErrored: null;
    let lastCanceled: null;
    let lastIncomplete: null;
    let performCount: number;
}
//# sourceMappingURL=default-state.d.ts.map