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