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