import { ReplayInput } from '../../types/inputs/replay'; import { PlayableInputMapper } from './playable-input-mapper'; export declare class ReplayInputMapper extends PlayableInputMapper { requiredReplayAttributes: string[]; private mapChannel; map(input: Element, includeLayers?: boolean): ReplayInput; } //# sourceMappingURL=replay-input-mapper.d.ts.map