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