import { CryptoDotComPaymentCreateRequest, CryptoDotComPaymentResponse } from '@dynamic-labs-sdk/client'; type CreateCryptoDotComPaymentParams = Omit & { chain: string; }; export declare const createCryptoDotComPayment: (paymentParams: CreateCryptoDotComPaymentParams) => Promise; export {};