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