export declare class CaptureDataSourceID {
    static readonly NotSpecified = 0;
    static readonly SymbologyAustraliaPost = 1;
    static readonly SymbologyAztec = 2;
    static readonly SymbologyBooklandEan = 3;
    static readonly SymbologyBritishPost = 4;
    static readonly SymbologyCanadaPost = 5;
    static readonly SymbologyChinese2of5 = 6;
    static readonly SymbologyCodabar = 7;
    static readonly SymbologyCodablockA = 8;
    static readonly SymbologyCodablockF = 9;
    static readonly SymbologyCode11 = 10;
    static readonly SymbologyCode39 = 11;
    static readonly SymbologyCode39Extended = 12;
    static readonly SymbologyCode39Trioptic = 13;
    static readonly SymbologyCode93 = 14;
    static readonly SymbologyCode128 = 15;
    static readonly SymbologyDataMatrix = 16;
    static readonly SymbologyDutchPost = 17;
    static readonly SymbologyEan8 = 18;
    static readonly SymbologyEan13 = 19;
    static readonly SymbologyEan128 = 20;
    static readonly SymbologyEan128Irregular = 21;
    static readonly SymbologyEanUccCompositeAB = 22;
    static readonly SymbologyEanUccCompositeC = 23;
    static readonly SymbologyGs1Databar = 24;
    static readonly SymbologyGs1DatabarLimited = 25;
    static readonly SymbologyGs1DatabarExpanded = 26;
    static readonly SymbologyInterleaved2of5 = 27;
    static readonly SymbologyIsbt128 = 28;
    static readonly SymbologyJapanPost = 29;
    static readonly SymbologyMatrix2of5 = 30;
    static readonly SymbologyMaxicode = 31;
    static readonly SymbologyMsi = 32;
    static readonly SymbologyPdf417 = 33;
    static readonly SymbologyPdf417Micro = 34;
    static readonly SymbologyPlanet = 35;
    static readonly SymbologyPlessey = 36;
    static readonly SymbologyPostnet = 37;
    static readonly SymbologyQRCode = 38;
    static readonly SymbologyStandard2of5 = 39;
    static readonly SymbologyTelepen = 40;
    static readonly SymbologyTlc39 = 41;
    static readonly SymbologyUpcA = 42;
    static readonly SymbologyUpcE0 = 43;
    static readonly SymbologyUpcE1 = 44;
    static readonly SymbologyUspsIntelligentMail = 45;
    static readonly SymbologyDirectPartMarking = 46;
    static readonly SymbologyHanXin = 47;
    static readonly SymbologyDotCode = 48;
    static readonly SymbologyDigimarc = 49;
    static readonly SymbologyKoreaPost = 50;
    static readonly SymbologyMicroQRCode = 51;
    static readonly LastSymbologyID = 52;
    static readonly TagTypeISO14443TypeA = 256;
    static readonly TagTypeISO14443TypeB = 257;
    static readonly TagTypeFelica = 258;
    static readonly TagTypeISO15693 = 259;
    static readonly TagTypeNXPICODE1 = 260;
    static readonly TagTypeInsideSecurePicoTag = 261;
    static readonly TagTypeInnovisionTopazJewel = 262;
    static readonly TagTypeThinfilmNFCBarcode = 263;
    static readonly TagTypeSTMicroElectronicsSR = 264;
    static readonly TagTypeASKCTS256BOrCTS512B = 265;
    static readonly TagTypeNFCForum = 266;
    static readonly TagTypeInnovatronRadioProtocol = 267;
    static readonly TagTypeLastTagType = 268;
}
export declare class CaptureDataSourceFlags {
    static readonly Status = 1;
    static readonly Param = 2;
}
export declare class CaptureDataSourceStatus {
    static readonly Default = -1;
    static readonly Disable = 0;
    static readonly Enable = 1;
    static readonly NotSupported = 2;
}
