import type { ValuesType } from './helpers.js'; export declare const ValidateType: { readonly DEPLOY: "DEPLOY"; readonly CALL: "CALL"; readonly INVOKE: "INVOKE"; }; export type ValidateType = ValuesType; export declare const Uint: { readonly u8: "core::integer::u8"; readonly u16: "core::integer::u16"; readonly u32: "core::integer::u32"; readonly u64: "core::integer::u64"; readonly u128: "core::integer::u128"; readonly u256: "core::integer::u256"; readonly u512: "core::integer::u512"; }; export type Uint = ValuesType; export declare const Literal: { readonly ClassHash: "core::starknet::class_hash::ClassHash"; readonly ContractAddress: "core::starknet::contract_address::ContractAddress"; readonly Secp256k1Point: "core::starknet::secp256k1::Secp256k1Point"; }; export type Literal = ValuesType; //# sourceMappingURL=calldata.d.ts.map