export type TransactionResolutionContext = { tokenAddress?: string; createATA?: { address: string; mintAddress: string; }; tokenInternalId?: string; templateId?: string; userInputType?: UserInputType; }; export declare enum UserInputType { SOL = "sol", ATA = "ata" } //# sourceMappingURL=TransactionResolutionContext.d.ts.map