import { CardActionBase } from './card-action.base'; export declare class ImageCaptureAction extends CardActionBase { type: string; targetField?: string; }