export namespace tpmAttestation { export const name: string; export { tpmParseFn as parseFn }; export { tpmValidateFn as validateFn }; } declare function tpmParseFn(attStmt: any): Map; declare function tpmValidateFn(): Promise; export {};