/** * Synapse REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export */ export declare const ZipFileFormat: { readonly CommandLineCache: "CommandLineCache"; readonly Flat: "Flat"; }; export type ZipFileFormat = typeof ZipFileFormat[keyof typeof ZipFileFormat]; export declare function instanceOfZipFileFormat(value: any): boolean; export declare function ZipFileFormatFromJSON(json: any): ZipFileFormat; export declare function ZipFileFormatFromJSONTyped(json: any, ignoreDiscriminator: boolean): ZipFileFormat; export declare function ZipFileFormatToJSON(value?: ZipFileFormat | null): any; export declare function ZipFileFormatToJSONTyped(value: any, ignoreDiscriminator: boolean): ZipFileFormat;