import * as Schema from "effect/Schema"; /** @experimental This API is unstable and may change without notice. */ export declare const EXTENSION_METADATA_MAX_BYTES = 65536; /** @experimental This API is unstable and may change without notice. */ export declare const EXTENSION_METADATA_MAX_DEPTH = 16; /** @experimental This API is unstable and may change without notice. */ export declare const extensionMetadataCompactByteLength: (metadata: Schema.JsonObject) => number; /** @experimental This API is unstable and may change without notice. */ export declare const extensionMetadataContainerDepth: (metadata: Schema.JsonObject) => number; /** * Bounded, opaque consumer-defined metadata carried by an extension manifest. * * @experimental This API is unstable and may change without notice. */ export declare const ExtensionMetadataSchema: Schema.$Record>; /** @experimental This API is unstable and may change without notice. */ export type ExtensionMetadata = typeof ExtensionMetadataSchema.Type; //# sourceMappingURL=manifest-metadata.d.ts.map