import type { GenericApiClientConfig, ShopifyConfig } from '../../types/index.js';
export declare const createStorefrontConfig: (config?: Partial<ShopifyConfig>) => GenericApiClientConfig;
