import { Type } from "./type"; export declare enum CodeGenerationLibraryItemContentLocation { Code = 0, JsonFile = 1, CDN = 2, CDNSkipHydrate = 3 } /** * @hidden */ export declare let CodeGenerationLibraryItemContentLocation_$type: Type;