import { SwitchData } from '../types'; declare function transformSwitchData(data: any): SwitchData; export default transformSwitchData;