import { APIResponse, ConfigType } from "../../../../storefront-api-client/src"; import { CreateAdyenPlatformSessionResponse, CreateSaleTransactionWithCartInput } from "../types"; export declare const createAdyenBalancePlatformPaymentSession: (input: CreateAdyenBalancePlatformPaymentSessionQueryParams, excludeFields?: string[], config?: ConfigType) => Promise | APIResponse>; export type CreateAdyenBalancePlatformPaymentSessionQueryParams = { input: CreateSaleTransactionWithCartInput; };