/** * PUSH command: Sync local JSON files to Shopify * @param autoYes - If true, automatically answer "yes" to all prompts * @param filePaths - Optional array of specific files to push (e.g., ['example.json', 'dictionary']) */ export declare function pushCommand(autoYes?: boolean, filePaths?: string[]): Promise; //# sourceMappingURL=push.d.ts.map