import { Decoder } from '@mojotech/json-type-validation'; import { VUIDLGlobalProjectValues, WebManifest, VProjectUIDL, UIDLResources } from '@teleporthq/teleport-types'; export declare const webManifestDecoder: Decoder; export declare const globalProjectValuesDecoder: Decoder; export declare const resourcesDecoder: Decoder; export declare const projectUIDLDecoder: Decoder; //# sourceMappingURL=project-decoder.d.ts.map