export declare function list(): Promise; export declare function create(name: string, target: string, cron: string): Promise; export declare function del(options: { id?: string; name?: string; }): Promise; //# sourceMappingURL=index.d.ts.map