import type { SequenceHash } from '../types'; import type { DebugSequence } from './types'; export declare function getResetDebugSequence(debugSequenceHash: SequenceHash): DebugSequence | undefined;