import type { ContractSummary } from '@balena/jellyfish-types/build/core'; import type { WorkerContext } from '@balena/jellyfish-types/build/worker'; import type { ActionRequest } from '../types'; declare const mirror: (type: string, session: string, context: WorkerContext, card: ContractSummary, request: ActionRequest) => Promise; export { mirror };