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