import { type SatelliteActor } from '@junobuild/ic-client/actor'; import type { ActorParameters } from '../types/actor'; export declare const getAutomationActor: ({ automation, identity }: ActorParameters) => Promise;