import { APIResponse, ConfigType } from "../../../../storefront-api-client/src"; export declare const getDigitalProductFileDownloadUrl: (input: GetDigitalProductFileDownloadUrlQueryParams, excludeFields?: string[], config?: ConfigType) => Promise | APIResponse>; export type GetDigitalProductFileDownloadUrlQueryParams = { orderId: string; orderLineItemId: string; };