import { IDestination } from "./IDestination"; export default function ({ destinationType, ...destinationConfig }: any): IDestination;