import type { MultiCustomerConfig, CliArgs } from '../../types.js'; export declare function handlePullCommand(customerConfig: MultiCustomerConfig, args: CliArgs, verbose: boolean): Promise; //# sourceMappingURL=pull.d.ts.map