import type { ShopifyClients } from '../lib'; import { ConfigInterface } from '../lib/base-types'; import { ShopifyRestResources } from './types'; export interface LoadRestResourcesParams { resources: Resources; config: ConfigInterface; RestClient: ShopifyClients['Rest']; } export declare function loadRestResources({ resources, config, RestClient, }: LoadRestResourcesParams): Resources; //# sourceMappingURL=load-rest-resources.d.ts.map