import type { RunnerRetryConfig } from "./types.ts"; export declare const MAX_RUNNER_RETRY_ATTEMPTS = 10; export declare const MAX_RUNNER_RETRY_BACKOFF_MS = 60000; export declare function parseRunnerRetryConfig(value: unknown, field: string): RunnerRetryConfig | undefined; //# sourceMappingURL=runner-config.d.ts.map