import { CardActionBase } from './card-action.base'; export declare class OcrActionRegex { patterns: string[]; type: string; } export declare class OcrAction extends CardActionBase { targetField: string; targetOcr: string; regexs: OcrActionRegex[]; manualTarget: string; }