import type { SandboxBaseOptions } from '../index.js';
export declare const getMaxTimeoutAmount: (runtimeOptions: SandboxBaseOptions) => number;
