import { RequestOptionsFactory } from '@wix/sdk-types'; /** TriggerAutomation triggers an automation with webhook trigger by its hookId */ export declare function triggerAutomation(payload: object): RequestOptionsFactory;