import type { HexCalldata } from '../../strk-types/lib.js'; export type Calldata = string[] & { readonly __compiled__?: true; }; export declare const compile: (args: any[]) => Calldata; export declare const calldataToHex: (raw: any[]) => HexCalldata; //# sourceMappingURL=compile.d.ts.map