import { LinearBaseOptions } from '../base'; export type QueueOptions = LinearBaseOptions & { autoCompactRatio?: number; };