import type { SlotAllocationManifest } from "./service-allocation.js"; export declare function buildAllocationPassengersCsv(manifest: SlotAllocationManifest): string; export declare function buildAllocationRoomingCsv(manifest: SlotAllocationManifest, kind?: string): string; export declare function allocationExportFilename(manifest: SlotAllocationManifest, prefix: "passengers" | "rooming"): string;