export declare type BaseObjective = { type: 'OpenChannel'; }; export declare type BaseObjectiveEvent = { channelId: string; now?: number; }; //# sourceMappingURL=objective.d.ts.map