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