import { JetpackClient as client } from './jetpack/core/client'; import { cron as cronjob } from './jetpack/core/cron'; export declare const JetpackClient: typeof client; export declare const cron: typeof cronjob; export declare const cmd: import("commander").Command; export declare const jetroutine: (uniqueName: string, func: import("./jetpack/config/_symbols").JetroutineFunction) => import("./jetpack/core/jetroutine").Jetroutine;