export declare type integrations_hook_update_payload = {
    /**
     * The settings required by the integration
     */
    settings?: any;
};
