import * as Schema from "effect/Schema"; declare const RegistryIndexInfo_base: Schema.Class>; Secure: typeof Schema.Boolean; Official: typeof Schema.Boolean; }, Schema.Struct.Encoded<{ Name: typeof Schema.String; Mirrors: Schema.NullOr>; Secure: typeof Schema.Boolean; Official: typeof Schema.Boolean; }>, never, { readonly Name: string; } & { readonly Secure: boolean; } & { readonly Official: boolean; } & { readonly Mirrors: readonly string[] | null; }, {}, {}>; export declare class RegistryIndexInfo extends RegistryIndexInfo_base { } export {};