import { Inspectable, Schema } from "effect"; export declare const NominalType: unique symbol; export interface ByronAddress { readonly [NominalType]: unique symbol; } declare const ByronAddress_base: Schema.TaggedClass; } & { networkId: Schema.brand, "NetworkId">; bytes: Schema.SchemaClass, string & import("effect/Brand").Brand<"HexString">, never>; }>; /** * Byron legacy address format * * @since 2.0.0 * @category schemas */ export declare class ByronAddress extends ByronAddress_base { [Inspectable.NodeInspectSymbol](): { _tag: string; networkId: number & import("effect/Brand").Brand<"NetworkId">; bytes: string & import("effect/Brand").Brand<"HexString">; }; } export declare const Bytes: Schema.transform; export {}; //# sourceMappingURL=ByronAddress.d.ts.map