declare const AccountId: import("scale-ts").Codec>; declare const PublicKey: import("scale-ts").Codec>; declare const DotNsIdentifier: import("scale-ts").Codec; declare const DerivationIndex: import("scale-ts").Codec; export declare const ProductAccountId: import("scale-ts").Codec<[string, number]>; export declare const RingVrfProof: import("scale-ts").Codec>; export declare const Account: import("scale-ts").Codec<{ publicKey: Uint8Array; name: string | undefined; }>; export declare const ContextualAlias: import("scale-ts").Codec<{ context: Uint8Array; alias: Uint8Array; }>; declare const RingLocationHint: import("scale-ts").Codec<{ palletInstance: number | undefined; }>; export declare const RingLocation: import("scale-ts").Codec<{ genesisHash: `0x${string}`; ringRootHash: `0x${string}`; hints: { palletInstance: number | undefined; } | undefined; }>; export declare const RequestCredentialsErr: import("scale-ts").Codec<{ tag: "NotConnected"; value: undefined; } | { tag: "Rejected"; value: undefined; } | { tag: "DomainNotValid"; value: undefined; } | { tag: "Unknown"; value: { reason: string; }; }>; export declare const CreateProofErr: import("scale-ts").Codec<{ tag: "Rejected"; value: undefined; } | { tag: "Unknown"; value: { reason: string; }; } | { tag: "RingNotFound"; value: undefined; }>; export declare const AccountConnectionStatus: import("scale-ts").Codec<"disconnected" | "connected">; import type { CodecType } from "scale-ts"; export type AccountIdType = CodecType; export type PublicKeyType = CodecType; export type DotNsIdentifierType = CodecType; export type DerivationIndexType = CodecType; export type ProductAccountIdType = CodecType; export type AccountType = CodecType; export type ContextualAliasType = CodecType; export type RingLocationHintType = CodecType; export type RingLocationType = CodecType; export type AccountConnectionStatusType = CodecType; export {}; //# sourceMappingURL=accounts.d.ts.map