export class Giai202 extends Epc {
    static EPC_HEADER: number;
    static TOTAL_BITS: number;
    static PARTITION_OFFSET: number;
    static PARTITION_END: number;
    static TAG_URI_TEMPLATE: (filter: any, company: any, asset: any) => string;
    static PID_URI_TEMPLATE: (company: any, asset: any) => string;
    static PARTITIONS: Partition[];
    getPartition(): number;
    setPartition(value: any): Giai202;
    getGiai(): string;
    setGiai(giai: any): Giai202;
    getCompanyPrefix(): number;
    setCompanyPrefix(value: any): Giai202;
    getAssetReference(): number;
    setAssetReference(value: any): Giai202;
}
import { Epc } from "../epc";
import { Partition } from "../partition";
//# sourceMappingURL=giai202.d.ts.map