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