/**
 * Represents the format of a manifest.
 */
export declare enum ManifestCoderFormat {
    JSON = "JSON",
    YAML = "YAML"
}
//# sourceMappingURL=serialization-format.d.ts.map