export declare enum CborSimpleValue { False = 20, True = 21, Null = 22, Undefined = 23 } //# sourceMappingURL=CborSimpleValue.d.ts.map