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