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