import { Exporter } from "./types"; export declare const resolveExporter: (platform: string) => Exporter;