import type { AbsoluteInstruction, ReducedInstruction } from './types';
export declare const removeATSHVQInstructions: (segments: AbsoluteInstruction[]) => ReducedInstruction[];
