/**
 * How was the order signed?
 */
export declare enum EcdsaSigningScheme {
    EIP712 = "eip712",
    ETHSIGN = "ethsign"
}
