import type { Serializable } from "scandit-web-datacapture-core/build/js/private/Serializable";
import type { ColombiaDlBarcodeResultJSON } from "../SerializedTypes";
export declare class ColombiaDlBarcodeResult implements Serializable<ColombiaDlBarcodeResultJSON> {
    protected json: ColombiaDlBarcodeResultJSON;
    get categories(): string[];
    get identificationType(): string;
    private static fromJSON;
    toJSONObject(): ColombiaDlBarcodeResultJSON;
}
