/**
* @since 2.0.0
*/
import { Effect } from "effect";
import * as CML from "@anastasia-labs/cardano-multiplatform-lib-nodejs";
/**
* Type alias for the CML CIP25String64 class
*
* @since 2.0.0
* @category Types
*/
export type CIP25String64 = CML.CIP25String64;
declare const CIP25String64Error_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: "CIP25String64Error";
} & Readonly;
/**
* Error class for CIP25String64 operations
*
* This error is thrown when operations on CIP25String64 instances fail.
*
* @since 2.0.0
* @category Errors
*/
export declare class CIP25String64Error extends CIP25String64Error_base<{
message?: string;
}> {
}
/**
* Method free of CIP25String64
*
* @since 2.0.0
* @category Methods
*/
export declare const free: (instance: CML.CIP25String64) => Effect.Effect;
/**
* Unsafely calls instance.free without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const freeUnsafe: (instance: CML.CIP25String64) => void;
/**
* Method toCborBytes of CIP25String64
*
* @since 2.0.0
* @category Methods
*/
export declare const toCborBytes: (instance: CML.CIP25String64) => Effect.Effect;
/**
* Unsafely calls instance.toCborBytes without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const toCborBytesUnsafe: (instance: CML.CIP25String64) => Uint8Array;
/**
* Static method fromCborBytes of CIP25String64
*
* @since 2.0.0
* @category Constructors
*/
export declare const fromCborBytes: (cborBytes: Uint8Array) => Effect.Effect;
/**
* Unsafely calls CIP25String64.fromCborBytes without Effect wrapper
*
* @since 2.0.0
* @category ConstructorsUnsafe
*/
export declare const fromCborBytesUnsafe: (cborBytes: Uint8Array) => CML.CIP25String64;
/**
* Method toCborHex of CIP25String64
*
* @since 2.0.0
* @category Methods
*/
export declare const toCborHex: (instance: CML.CIP25String64) => Effect.Effect;
/**
* Unsafely calls instance.toCborHex without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const toCborHexUnsafe: (instance: CML.CIP25String64) => string;
/**
* Static method fromCborHex of CIP25String64
*
* @since 2.0.0
* @category Constructors
*/
export declare const fromCborHex: (cborBytes: string) => Effect.Effect;
/**
* Unsafely calls CIP25String64.fromCborHex without Effect wrapper
*
* @since 2.0.0
* @category ConstructorsUnsafe
*/
export declare const fromCborHexUnsafe: (cborBytes: string) => CML.CIP25String64;
/**
* Method toJson of CIP25String64
*
* @since 2.0.0
* @category Methods
*/
export declare const toJson: (instance: CML.CIP25String64) => Effect.Effect;
/**
* Unsafely calls instance.toJson without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const toJsonUnsafe: (instance: CML.CIP25String64) => string;
/**
* Method toJsValue of CIP25String64
*
* @since 2.0.0
* @category Methods
*/
export declare const toJsValue: (instance: CML.CIP25String64) => Effect.Effect;
/**
* Unsafely calls instance.toJsValue without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const toJsValueUnsafe: (instance: CML.CIP25String64) => any;
/**
* Static method fromJson of CIP25String64
*
* @since 2.0.0
* @category Constructors
*/
export declare const fromJson: (json: string) => Effect.Effect;
/**
* Unsafely calls CIP25String64.fromJson without Effect wrapper
*
* @since 2.0.0
* @category ConstructorsUnsafe
*/
export declare const fromJsonUnsafe: (json: string) => CML.CIP25String64;
/**
* Method get of CIP25String64
*
* @since 2.0.0
* @category Methods
*/
export declare const get: (instance: CML.CIP25String64) => Effect.Effect;
/**
* Unsafely calls instance.get without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const getUnsafe: (instance: CML.CIP25String64) => string;
/**
* Static method _new of CIP25String64
*
* @since 2.0.0
* @category Constructors
*/
export declare const _new: (s: string) => Effect.Effect;
/**
* Unsafely calls CIP25String64._new without Effect wrapper
*
* @since 2.0.0
* @category ConstructorsUnsafe
*/
export declare const _newUnsafe: (s: string) => CML.CIP25String64;
/**
* Method toStr of CIP25String64
*
* @since 2.0.0
* @category Methods
*/
export declare const toStr: (instance: CML.CIP25String64) => Effect.Effect;
/**
* Unsafely calls instance.toStr without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const toStrUnsafe: (instance: CML.CIP25String64) => string;
/**
* Method getStr of CIP25String64
*
* @since 2.0.0
* @category Methods
*/
export declare const getStr: (instance: CML.CIP25String64) => Effect.Effect;
/**
* Unsafely calls instance.getStr without Effect wrapper
*
* @since 2.0.0
* @category MethodsUnsafe
*/
export declare const getStrUnsafe: (instance: CML.CIP25String64) => string;
export {};
//# sourceMappingURL=CIP25String64.d.ts.map