import type { GatelyConfig } from './types.js'; export declare function push(config: GatelyConfig, configDir: string, opts?: { dryRun?: boolean; fix?: boolean; }): Promise;