export declare enum ePedQuality { PQ_INVALID = -1, PQ_LOW = 0, PQ_MEDIUM = 1, PQ_HIGH = 2, PQ_MAX = 3 } //# sourceMappingURL=ePedQuality.d.ts.map