/**
* @since 2.0.0
*/
import { Effect } from "effect";
import * as CML from "@anastasia-labs/cardano-multiplatform-lib-nodejs";
/**
* Type alias for the CML MapRewardAccountToCoin class
*
* @since 2.0.0
* @category Types
*/
export type MapRewardAccountToCoin = CML.MapRewardAccountToCoin;
declare const MapRewardAccountToCoinError_base: new = {}>(args: import("effect/Types").Equals extends true ? void : { readonly [P in keyof A as P extends "_tag" ? never : P]: A[P]; }) => import("effect/Cause").YieldableError & {
readonly _tag: "MapRewardAccountToCoinError";
} & Readonly;
/**
* Error class for MapRewardAccountToCoin operations
*
* This error is thrown when operations on MapRewardAccountToCoin instances fail.
*
* @since 2.0.0
* @category Errors
*/
export declare class MapRewardAccountToCoinError extends MapRewardAccountToCoinError_base<{
message?: string;
}> {
}
/**
* Method free of MapRewardAccountToCoin
*
* @since 2.0.0
* @category Methods
*/
export declare const free: (instance: CML.MapRewardAccountToCoin) => Effect.Effect;
/**
* Unsafely calls instance.free without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const freeUnsafe: (instance: CML.MapRewardAccountToCoin) => void;
/**
* Static method _new of MapRewardAccountToCoin
*
* @since 2.0.0
* @category Constructors
*/
export declare const _new: () => Effect.Effect;
/**
* Unsafely calls MapRewardAccountToCoin._new without Effect wrapper
*
* @since 2.0.0
* @category ConstructorsUnsafe
*/
export declare const _newUnsafe: () => CML.MapRewardAccountToCoin;
/**
* Method len of MapRewardAccountToCoin
*
* @since 2.0.0
* @category Methods
*/
export declare const len: (instance: CML.MapRewardAccountToCoin) => Effect.Effect;
/**
* Unsafely calls instance.len without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const lenUnsafe: (instance: CML.MapRewardAccountToCoin) => number;
/**
* Method insert of MapRewardAccountToCoin
*
* @since 2.0.0
* @category Methods
*/
export declare const insert: (instance: CML.MapRewardAccountToCoin, key: CML.RewardAddress, value: bigint) => Effect.Effect;
/**
* Unsafely calls instance.insert without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const insertUnsafe: (instance: CML.MapRewardAccountToCoin, key: CML.RewardAddress, value: bigint) => bigint | undefined;
/**
* Method get of MapRewardAccountToCoin
*
* @since 2.0.0
* @category Methods
*/
export declare const get: (instance: CML.MapRewardAccountToCoin, key: CML.RewardAddress) => Effect.Effect;
/**
* Unsafely calls instance.get without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const getUnsafe: (instance: CML.MapRewardAccountToCoin, key: CML.RewardAddress) => bigint | undefined;
/**
* Method keys of MapRewardAccountToCoin
*
* @since 2.0.0
* @category Methods
*/
export declare const keys: (instance: CML.MapRewardAccountToCoin) => Effect.Effect;
/**
* Unsafely calls instance.keys without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const keysUnsafe: (instance: CML.MapRewardAccountToCoin) => CML.RewardAccountList;
export {};
//# sourceMappingURL=MapRewardAccountToCoin.d.ts.map