import { Destination } from '../types'; export default function fetchDestinations(cdnHost: string, writeKeys: string[]): Promise;