4 lines
164 B
TypeScript
4 lines
164 B
TypeScript
import { ScheduledTask } from "../scheduled-task";
|
|
export declare function startDaemon(message: any): Promise<ScheduledTask>;
|
|
export declare function bind(): void;
|