import { InventoryItem, Network } from "../graphql"; export default function makeCSV(items: InventoryItem[], networks: Network[]): string;