1 | import { Goals } from "../goal/Goals";
|
2 | import { PushListenerInvocation } from "../listener/PushListener";
|
3 | import { Mapping } from "./Mapping";
|
4 | /**
|
5 | * Constant to indicate we should never match.
|
6 | * @type {any}
|
7 | */
|
8 | export declare const DoNotSetAnyGoals: Goals;
|
9 | /**
|
10 | * Should be used in additive goal setting when no more goals should be scheduled.
|
11 | */
|
12 | export declare const DoNotSetAnyGoalsAndLock: Goals;
|
13 | /**
|
14 | * Mapper from push to value, id it can be resolved.
|
15 | * This is a central interface used throughout the SDM.
|
16 | */
|
17 | export interface PushMapping<V> extends Mapping<PushListenerInvocation, V> {
|
18 | }
|
19 | //# sourceMappingURL=PushMapping.d.ts.map |
\ | No newline at end of file |