export class Sgln96 extends Epc {
    static EPC_HEADER: number;
    static TOTAL_BITS: number;
    static PARTITION_OFFSET: number;
    static PARTITION_END: number;
    static EXTENSION_OFFSET: number;
    static EXTENSION_END: number;
    static EXTENSION_BITS: number;
    static MAX_EXTENSION: number;
    static TAG_URI_TEMPLATE: (filter: any, company: any, location: any, extension: any) => string;
    static PID_URI_TEMPLATE: (company: any, location: any, extension: any) => string;
    static PARTITIONS: Partition[];
    getPartition(): number;
    setPartition(value: any): Sgln96;
    getGln(): string;
    setGln(gln: any): Sgln96;
    getCompany(): number;
    setCompany(value: any): Sgln96;
    getLocation(): number;
    setLocation(value: any): Sgln96;
    getExtension(): number;
    setExtension(value: any): Sgln96;
}
import { Epc } from "../epc";
import { Partition } from "../partition";
//# sourceMappingURL=sgln96.d.ts.map