import { BaseInput } from '../../types/inputs'; export interface MapperInterface { map(input: Element, includeLayers: boolean): BaseInput; } //# sourceMappingURL=mapper-interface.d.ts.map