export declare const protobufPackage = "simplestamp.v1"; /** * SimpleStamp data models for storing attestations. * * License: Unlicense https://unlicense.org */ /** The status of the attestation as reported by the calendar server. */ export declare enum AttestationStatus { ATTESTATION_STATUS_INVALID = 0, ATTESTATION_STATUS_UNKNOWN = 1, ATTESTATION_STATUS_PENDING = 2, ATTESTATION_STATUS_BITCOIN = 3, ATTESTATION_STATUS_LITECOIN = 4, UNRECOGNIZED = -1 } //# sourceMappingURL=status.d.ts.map