/**
 * @internal
 * Workaround to create a path query string for [ collectionFormat: multi ](https://swagger.io/docs/specification/2-0/describing-parameters/#:~:text=csv%20(-,default,-)).
 * This should be removed once the core-client support collectionFormat: multi.
 */
export declare function createMultiCollection(key: string, values: string[]): string;
//# sourceMappingURL=createMultiCollection.d.ts.map