export declare enum SignatureResult {
    VALID = 0,
    INVALID = 1,
    BAD_SIGNATURE = 2
}
//# sourceMappingURL=signature-result.enum.d.ts.map