import type * as mod from "./index.js"; import type * as payloads from "./payloads.js"; /** * Only callable in tests and testnets where the core resources account exists. * Create new coins and deposit them into dst_addr's account. */ export declare const mint: ({ args }: mod.MintArgs) => payloads.Mint; /** * Only callable in tests and testnets where the core resources account exists. * Claim the delegated mint capability and destroy the delegated token. */ export declare const claim_mint_capability: () => payloads.ClaimMintCapability; /** * Only callable in tests and testnets where the core resources account exists. * Create delegated token for the address so the account could claim MintCapability later. */ export declare const delegate_mint_capability: ({ args, }: mod.DelegateMintCapabilityArgs) => payloads.DelegateMintCapability; //# sourceMappingURL=entry.d.ts.map