/** * PULL command: Sync Shopify definitions to local JSON files * @param types - Optional array of specific metaobject types to pull (e.g., ['example', 'dictionary']) */ export declare function pullCommand(types?: string[]): Promise; //# sourceMappingURL=pull.d.ts.map