/*! * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. */ export declare function convertToDelimited(data: object[], delimiter?: string): string;