import { ReplayInput } from '../types/inputs/replay'; /** * Replay state from XML API */ export default class InstantReplay { /** * Returns the instant replay module state */ static get(xmlDocument: Document): ReplayInput | null; } //# sourceMappingURL=instant-replay.d.ts.map