import type { Serializable } from "scandit-web-datacapture-core/build/js/private/Serializable"; import type { ChinaOneWayPermitFrontMrzResultJSON } from "../SerializedTypes"; export declare class ChinaOneWayPermitFrontMrzResult implements Serializable { protected json: ChinaOneWayPermitFrontMrzResultJSON; get documentCode(): string; get fullNameSimplifiedChinese(): string; get capturedMrz(): string; private static fromJSON; toJSONObject(): ChinaOneWayPermitFrontMrzResultJSON; }