import { PlayableInputMapper } from './playable-input-mapper'; import { PlayableInput } from '../../types/inputs'; export declare class ReplayPreviewInputMapper extends PlayableInputMapper { map(input: Element, includeLayers?: boolean): PlayableInput; } //# sourceMappingURL=replay-preview-input-mapper.d.ts.map