/**
* The format that will be used to join an array of values together for a query parameter value.
*/export declare enumQueryCollectionFormat {
Csv = ",",
Ssv = " ",
Tsv = "\t",
Pipes = "|",
Multi = "Multi"
}
//# sourceMappingURL=queryCollectionFormat.d.ts.map