import { a as TObject, s as TString } from "../../helpers-DutyHbVD.mjs"; import { t as TBoolean } from "../../boolean-m0GDZxcD.mjs"; import { t as TNumber } from "../../number-BDPWg_Sz.mjs"; import { t as TOptional } from "../../optional-Bis1WTKK.mjs"; //#region extensions/crypto/src/tools/clawnch-launch.d.ts /** * Clawnch Launch Tool — deploy tokens via the Clawnch launchpad * * Uses the verified deploy API (two-step challenge) for safe, rate-limited launches. * Transaction approval goes through ClawnchConnect. */ declare function createClawnchLaunchTool(): { name: string; label: string; ownerOnly: boolean; description: string; parameters: TObject<{ name: TString; symbol: TString; description: TOptional; image: TOptional; vault_percentage: TOptional; dev_buy_eth: TOptional; bypass_rate_limit: TOptional; }>; execute: (_toolCallId: string, args: unknown) => Promise<{ content: Array<{ type: "text"; text: string; }>; details: unknown; }>; }; //#endregion export { createClawnchLaunchTool }; //# sourceMappingURL=clawnch-launch.d.mts.map