export const UNDECIDED: 0; export const TRUSTED: 1; export const UNTRUSTED: -1; export const TAG_LENGTH: 128; export namespace KEY_ALGO { let name: string; let length: number; } //# sourceMappingURL=consts.d.ts.map