export interface RequestOptions { port: number; path: string; cronSecret?: string; } /** * Execute an HTTP GET request to a local cron endpoint */ export declare function executeRequest(options: RequestOptions): Promise; //# sourceMappingURL=executor.d.ts.map